Lsrur\Inspector\CollectorManager::get PHP Method

get() public method

public get ( $collectorName )
    public function get($collectorName)
    {
        if (isset($this->collectors[$collectorName])) {
            return $this->collectors[$collectorName]['obj'];
        }
    }