_stateMachine = new CRM_Activity_StateMachine_Search($this, $action); // Create and instantiate the pages. $this->addPages($this->_stateMachine, $action); // Add all the actions. $this->addActions(); $this->set('entity', $this->entity); } /** * Getter for selectorName. * * @return mixed */ public function selectorName() { return $this->get('selectorName'); } }