コード例 #1
0
 public static function findFilesInDataStructure($structure)
 {
     return RootClass::findAttrInDataStructure($structure, "file", "true");
 }
コード例 #2
0
 /**
  * @param $structure
  * @return array
  */
 public static function findImagesInDataStructure($structure)
 {
     return RootClass::findAttrInDataStructure($structure, 'file', 'image');
 }