Searched refs:withleafvalue (Results 1 – 5 of 5) sorted by relevance
/plugin/freechat/phpfreechat/src/ |
H A D | pfccontainerinterface.class.php | 61 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument
|
H A D | pfccontainer.class.php | 593 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument 616 if ($withleafvalue) 644 $ret = $this->_container->getMeta($group, $subgroup, $leaf, $withleafvalue); 661 if ($withleafvalue)
|
/plugin/freechat/phpfreechat/src/containers/ |
H A D | file.class.php | 131 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument 180 if ($withleafvalue)
|
H A D | mysql.class.php | 187 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument 234 if ($withleafvalue)
|
H A D | oracle.class.php | 222 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) argument 281 if ($withleafvalue)
|