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();

SEE ALSO

Utils

AUTHOR

Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>

MODIFICATIONS

1.0 2016-04-01 21:24:14 laplante@sednove.com