Lsrur\Inspector\CollectorManager::getMethod PHP Méthode

getMethod() public méthode

public getMethod ( $methodName )
    public function getMethod($methodName)
    {
        return isset($this->collectorMethods[$methodName]) ? $this->get($this->collectorMethods[$methodName]) : false;
    }