DI\Definition\FactoryDefinition::getScope PHP Method

getScope() public method

public getScope ( )
    public function getScope()
    {
        return $this->scope ?: Scope::SINGLETON;
    }