class Phlex::SGML

def after_template

Returns:
  • (nil) -

Other tags:
    Abstract: - Override this method to hook in right after a template is rendered. Please remember to call `super` so that callbacks can be added at different layers of the inheritance tree.
def after_template
	nil
end