예제 #1
0
 /**
  * Constructor. Just calling init()
  */
 public function __construct()
 {
     parent::__construct();
     $this->init();
     $this->clause = ' AND doktype <> ' . PageRepository::DOKTYPE_RECYCLER . $this->clause;
 }
예제 #2
0
 /**
  * Calls init functions
  */
 public function __construct()
 {
     parent::__construct();
     $this->init();
 }