Ejemplo n.º 1
0
 public function get_resource($key)
 {
     return $this->_resources->get($key);
 }
Ejemplo n.º 2
0
 /** @param string $key 
  * @return string */
 public function __get($key)
 {
     return $this->_data->get($key);
 }