예제 #1
0
파일: DbProp.php 프로젝트: ilivanoff/www
 protected function init(DbPropType $type = null, $default = null)
 {
     $this->type = PsCheck::object($type);
     $this->default = $type->validateDefault($default);
 }