bitExpert\Disco\Annotations\Bean::isRequest PHP Метод

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

Returns true if the current scope if of type Scope::REQUEST.
public isRequest ( ) : boolean
Результат boolean
    public function isRequest() : bool
    {
        return $this->scope === self::SCOPE_REQUEST;
    }