getStorage() public method

Return the storage object
public getStorage ( )
コード例 #1
0
ファイル: _ide_helper.php プロジェクト: becast/GameReviewSite
 /**
  * Return the storage object
  *
  * @static 
  */
 public static function getStorage()
 {
     return \Clockwork\Clockwork::getStorage();
 }