コード例 #1
0
ファイル: product.php プロジェクト: noccy80/lepton-ng
 function __get($key)
 {
     if (arr::has($this->_properties, $key)) {
         return $this->_properties[$key];
     }
     return null;
 }