Exemple #1
0
 function __construct()
 {
     parent::__construct();
     $this->revenueDAO = new RevenueDAO();
     $this->typeDAO = new TypeDAO();
     $this->typeRevenueDAO = new TypeRevenueDAO();
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $this->spendingDAO = new SpendingDAO();
     $this->typeDAO = new TypeDAO();
     $this->typeSpendingDAO = new TypeSpendingDAO();
 }
Exemple #3
0
 public function __construct()
 {
     parent::__construct();
     $this->stockDAO = new StockDAO();
     $this->spendingDAO = new SpendingDAO();
     $this->revenueDAO = new RevenueDAO();
 }
Exemple #4
0
 public function __construct()
 {
     parent::__construct();
     $this->stockDAO = new StockDAO();
 }
Exemple #5
0
 public function __construct()
 {
     parent::__construct();
     $this->userDAO = new \UserDAO();
 }
Exemple #6
0
 public function __construct()
 {
     parent::__construct();
     $this->postMapper = new PostMapper();
     $this->commentMapper = new CommentMapper();
 }
Exemple #7
0
 public function __construct()
 {
     parent::__construct();
     $this->userMapper = new UserMapper();
 }