コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Indicate that the results, if cached, should use the given cache tags.
  *
  * @param array|mixed $cacheTags
  * @return $this 
  * @static 
  */
 public static function cacheTags($cacheTags)
 {
     return \October\Rain\Database\QueryBuilder::cacheTags($cacheTags);
 }