コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Generate the unique cache key for the query.
  *
  * @return string 
  * @static 
  */
 public static function generateCacheKey()
 {
     return \October\Rain\Database\QueryBuilder::generateCacheKey();
 }