예제 #1
0
파일: Application.php 프로젝트: incube/mvc
 public function get_resource($key)
 {
     return $this->_resources->get($key);
 }
예제 #2
0
파일: Session.php 프로젝트: incube/web
 /** @param string $key 
  * @return string */
 public function __get($key)
 {
     return $this->_data->get($key);
 }