Exemplo n.º 1
0
Arquivo: Tree.php Projeto: techart/tao
 public function setup()
 {
     $this->enable_dispatch()->dispatcher->add_subscriber(Tree_DB_MP::EntitySubscriber($this));
     parent::setup($attrs, $mapper);
 }
Exemplo n.º 2
0
Arquivo: MP.php Projeto: techart/tao
 protected function setup()
 {
     $this->enable_dispatch()->dispatcher->add_subscriber(Tree_DB_MP::EntitySubscriber($this));
     return parent::setup();
 }