HosipLan

Untitled

Jul 18th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class SuppliersPresenter extends BasePresenter
  2. {
  3.     private $suppliers;
  4.  
  5.     public function __construct(Suppliers $suppliers)
  6.     {
  7.         parent::__construct();
  8.         $this->suppliers = $suppliers;
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment