_stateMachine = new CRM_Contribute_StateMachine_ContributionPage($this, $action); // Create and instantiate the pages. $this->addPages($this->_stateMachine, $action); $this->addActions(); } }