AllowedCallableAssertion
Read onlyYes
FinalYes
Attributes
- #[Autoconfigure]
- $public: true
Table of Contents
Methods
- __construct() : mixed
- assertCallable() : void
- isTrusted() : bool|null
Methods
__construct()
public
__construct([array<int, array{class-string, string}> $items = [] ]) : mixed
Parameters
- $items : array<int, array{class-string, string}> = []
assertCallable()
public
assertCallable(string|array<string|int, mixed> $callable) : void
Parameters
- $callable : string|array<string|int, mixed>
isTrusted()
public
isTrusted(string|array<string|int, mixed> $callable) : bool|null
Parameters
- $callable : string|array<string|int, mixed>