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

getStatus() protected méthode

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