예제 #1
0
파일: System.php 프로젝트: shayanderson/eco
 /**
  * Session helper
  *
  * @return \Eco\Factory\Session
  */
 public static final function session()
 {
     return Session::getInstance();
 }
예제 #2
0
파일: Flash.php 프로젝트: shayanderson/eco
 /**
  * Init session
  */
 protected function __construct()
 {
     $this->__session = Session::getInstance();
 }