AccessCheckResult

Read onlyYes
FinalYes

Result object for access checks.

Encapsulates the result of access checks in BackendUserAuthentication without requiring state sharing via properties.

Internal

Table of Contents

Properties

$errorMessage  : string
$isAllowed  : bool

Methods

__construct()  : mixed

Properties

$errorMessage

public string $errorMessage = ''

Methods

__construct()

public __construct(bool $isAllowed[, string $errorMessage = '' ]) : mixed
Parameters
$isAllowed : bool
$errorMessage : string = ''

        
On this page

Search results