output_name(context)
Instance Public methods
Name for output to HTML. For class methods the full name with a â.â is
used like SomeClass.method_name
. For instance methods the
class name is used if context
does not match the parent.
- This is to help prevent people from using
-
to call class methods.
Please login to continue.