_stateMachine = new CRM_Member_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); } }