Esempio n. 1
0
 /**
  * Override the get method so we can auto-prefix our properties
  *
  * @param mixed $key
  * @param mixed $value
  * @access public
  * @return void
  */
 public function __get($key)
 {
     return parent::__get($this->prefix($key));
 }