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