Exemplo n.º 1
0
 public static function findFilesInDataStructure($structure)
 {
     return RootClass::findAttrInDataStructure($structure, "file", "true");
 }
Exemplo n.º 2
0
 /**
  * @param $structure
  * @return array
  */
 public static function findImagesInDataStructure($structure)
 {
     return RootClass::findAttrInDataStructure($structure, 'file', 'image');
 }