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