コード例 #1
0
ファイル: stream_file.php プロジェクト: kidaa30/yes
 /**
  * Returns the value of property $value.
  *
  * @throws ezcBasePropertyNotFoundException
  *         if the property does not exist.
  * @param string $name
  * @return mixed
  * @ignore
  */
 public function __get($name)
 {
     switch ($name) {
         case 'stream':
             return $this->properties[$name];
             break;
         default:
             return parent::__get($name);
             break;
     }
 }
コード例 #2
0
ファイル: disk_file.php プロジェクト: agroknow/mermix
 /**
  * Returns the value of property $value.
  *
  * @throws ezcBasePropertyNotFoundException
  *         if the property does not exist.
  * @param string $name
  * @return mixed
  * @ignore
  */
 public function __get($name)
 {
     switch ($name) {
         default:
             return parent::__get($name);
             break;
     }
 }