existm . utils . sncode
VERSIONlatest
Check if a method exist in a class
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
x
<strong>if</strong> existm("classname","methodname") <strong>then</strong>
...
<strong>endif</strong>
AUTHOR
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>