eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\UnauthorizedException::getStatus PHP Méthode

getStatus() protected méthode

Returns HTTP status code.
protected getStatus ( ) : integer
Résultat integer
    protected function getStatus()
    {
        return 401;
    }
UnauthorizedException