Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->post_update_repo = new PostUpdateRepository();
     $this->post_repo = new PostRepository();
     $this->setMenuItems();
     $this->sync();
     return true;
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->post_factory = new PostDataFactory();
 }