Lsrur\Inspector\CollectorManager::getMethod PHP Method

getMethod() public method

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