DI\Annotation\Injectable::getScope PHP 메소드

getScope() 공개 메소드

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