Beispiel #1
0
 protected function __construct(array $data)
 {
     parent::__construct();
     $this->data = $data;
     if (static::PRIMAY_IDKEY === NULL) {
         throw new Exception('RowAbstract const PRIMAY_IDKEY has not been set.');
     }
 }
Beispiel #2
0
 protected function __construct()
 {
     parent::__construct();
 }