Home
last modified time | relevance | path

Searched refs:_methodLookup (Results 1 – 1 of 1) sorted by relevance

/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/
H A DRegistry.php1050 if (($lookup = $this->_methodLookup($method)) === false) {
1085 if (($lookup = $this->_methodLookup($method)) === false) {
1229 if (($lookup = $this->_methodLookup($method)) === false) {
1305 protected function _methodLookup($method) function in Horde_Registry