listm . utils . sncode
latest
Return an array of all method currently defined.
LISTM
NAME
listm - Return the list of method currently defined.
SYNOPSIS
listm();
DESCRIPTION
This function is used to return an array of the list of method currently defined.
All methods are prefix by classname followed by a dot as in classname.method.
EXAMPLES
listm();
AUTHOR
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>