I\'m passing some post data to execute a function based on post data, to determine if this should execute I\'ve tried to use the following:
$SP = new StoredP
check this all
Find out if a method exists in a static class
Checking if function exists
and also PHP manual at
php.net/method_exists
php.net/manual/en/function.function-exists.php
www.php.net/class_exists
Hope these might help you.