Exemplo n.º 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.');
     }
 }
Exemplo n.º 2
0
 protected function __construct()
 {
     parent::__construct();
 }