Пример #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);
 }