예제 #1
0
파일: DBTypes.php 프로젝트: norethel/TORES
 public function Sprzet_Oprogramowanie($attributes)
 {
     DBG::log(__CLASS__, __FUNCTION__, 'before:', get_object_vars($this));
     parent::init($attributes);
     DBG::log(__CLASS__, __FUNCTION__, 'after:', get_object_vars($this));
 }