Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- abstract class BasePresenter extends Nette\Application\UI\Presenter
- {
- private $suppliers;
- public function __construct() {
- parent::__construct();
- $this->suppliers = new Suppliers;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment