public function __construct()
 {
     $this->_history = new Collection();
     $this->_state = new Collection();
     parent::__construct();
     $this->perform(State::DRAFT);
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
     $this->_registrations = array();
     $this->scope = $this;
 }