コード例 #1
0
ファイル: cacheSys.php プロジェクト: laiello/ffphp
 function __construct(route $route)
 {
     $this->config = $route->getConfig();
     unset($route);
     $this->getCacheKey();
     $this->getCache();
 }