DI\Definition\FactoryDefinition::getScope PHP 메소드

getScope() 공개 메소드

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