Exemplo n.º 1
0
 public static function getFragmentData($code, $options = [], $fromCache = true)
 {
     return Fragment::getData($code, $options, $fromCache);
 }
Exemplo n.º 2
0
 public static function getFragmentData($fid, $other = [], $fromCache = true)
 {
     return Fragment::getData($fid, $other, $fromCache);
 }