/** * Constructor. Just calling init() */ public function __construct() { parent::__construct(); $this->init(); $this->clause = ' AND doktype <> ' . PageRepository::DOKTYPE_RECYCLER . $this->clause; }
/** * Calls init functions */ public function __construct() { parent::__construct(); $this->init(); }
/** * Initialization * * @return void */ public function init() { parent::init(); $this->treeName = 'orders'; }
/** * Initialization. * * @return void */ public function init() { parent::init(); $this->treeName = 'statistics'; }