CRM_Utils_Wrapper
class CRM_Utils_Wrapper
The Contact Wrapper is a wrapper class which is called by contact.module after it parses the menu path.
The key elements of the wrapper are the controller and the run method as explained below.
Properties
| protected CRM_Core_Controller_Simple | $_controller | Simple Controller. |
Methods
mixed
run(string $formName, string $formLabel = NULL, array $arguments = NULL)
Run.
Details
at line 63
mixed
run(string $formName, string $formLabel = NULL, array $arguments = NULL)
Run.
The heart of the callback processing is done by this method. forms are of different type and have different operations.