public function setup() { $this->enable_dispatch()->dispatcher->add_subscriber(Tree_DB_MPT::EntitySubscriber($this)); parent::setup($attrs, $mapper); }
protected function setup() { $this->enable_dispatch()->dispatcher->add_subscriber(Tree_DB_MPT::EntitySubscriber($this)); return parent::setup(); }