DI\Annotation\Injectable::getScope PHP Method

getScope() public method

public getScope ( ) : string | null
return string | null
    public function getScope()
    {
        return $this->scope;
    }