_stateMachine = new CRM_Upgrade_StateMachine($this, $this->getPages(), $action ); // create and instantiate the pages $this->addPages($this->_stateMachine, $action); // add all the actions $config = CRM_Core_Config::singleton(); $this->addActions(); } }