mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
PHPCS
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user