Example #1
0
 function __get($key)
 {
     if (arr::has($this->_properties, $key)) {
         return $this->_properties[$key];
     }
     return null;
 }