コード例 #1
0
ファイル: typed_set.php プロジェクト: cepharum/txf
 public function __get($name)
 {
     switch ($name) {
         case 'type':
             return $this->type;
         default:
             return parent::__get($name);
     }
 }