DI\Annotation\Injectable::getScope PHP Метод

getScope() публичный Метод

public getScope ( ) : string | null
Результат string | null
    public function getScope()
    {
        return $this->scope;
    }