示例#1
0
 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);
 }