Ejemplo n.º 1
0
 protected function __get($var)
 {
     if (in_array($var, $this->thumb_names)) {
         return $this->_thumb_name($this->src, $var);
     } else {
         return parent::__get($var);
     }
 }