This commit is contained in:
Benoît Burnichon
2015-09-08 20:45:03 +02:00
parent 871b1514f4
commit c808e8a923

View File

@@ -58,6 +58,10 @@ class databox_subdefsStructure implements IteratorAggregate, Countable
return $this->AvSubdefs; return $this->AvSubdefs;
} }
/**
* @param string $searchGroup
* @return databox_subdef[]
*/
public function getSubdefGroup($searchGroup) public function getSubdefGroup($searchGroup)
{ {
$searchGroup = strtolower($searchGroup); $searchGroup = strtolower($searchGroup);