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