コード例 #1
0
ファイル: DataSource.php プロジェクト: sym660/lulucms2
 public static function getFragmentData($code, $options = [], $fromCache = true)
 {
     return Fragment::getData($code, $options, $fromCache);
 }
コード例 #2
0
ファイル: DataSource.php プロジェクト: hucongyang/lulucms2
 public static function getFragmentData($fid, $other = [], $fromCache = true)
 {
     return Fragment::getData($fid, $other, $fromCache);
 }