DI\Definition\FactoryDefinition::getCallable PHP Method

getCallable() public method

public getCallable ( ) : callable
return callable Callable that returns the value associated to the entry name.
    public function getCallable()
    {
        return $this->factory;
    }