EXISTM

NAME

exist, - Verify if a method exist in a class.

SYNOPSIS

existm(string,string);

DESCRIPTION

This function is used to check if a method exist in a class.

EXAMPLES

if existm("classname","methodname") then
...
endif

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