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