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