DescriptionUsageParametersExamplesSource Code
Description
Gets a method within an object.
Usage
1rgobj( $obj, $name );
Parameters
$obj object
The object that you want to access.
$name string
The method within the object that you want to access.
Examples
1234// Returns the return value of _object->method_.$obj = 'object';$name = 'method';rgobj( $obj, $name );
Source Code
This function is located in forms_model.php