示例#1
0
 public static function getFragmentData($code, $options = [], $fromCache = true)
 {
     return Fragment::getData($code, $options, $fromCache);
 }
示例#2
0
 public static function getFragmentData($fid, $other = [], $fromCache = true)
 {
     return Fragment::getData($fid, $other, $fromCache);
 }