コード例 #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);
 }