コード例 #1
0
ファイル: PsDefineVar.php プロジェクト: ilivanoff/www
 protected function init($type = null)
 {
     PsDefines::validateVar($this->name(), $type);
     $this->type = $type;
 }