Table of Contents
Interfaces
- LayerInterface
Methods
-
__construct()
: mixed
-
_call()
: mixed
-
getEntitySecurityAttribute()
: mixed
-
page_allowed()
: mixed
__construct()
public
__construct() : mixed
_call()
public
_call(mixed $object, Closure $next) : mixed
Parameters
-
$object
: mixed
-
-
$next
: Closure
-
getEntitySecurityAttribute()
private
getEntitySecurityAttribute(mixed $object) : mixed
Parameters
-
$object
: mixed
-
page_allowed()
private
page_allowed(mixed $object, mixed $next) : mixed
Parameters
-
$object
: mixed
-
-
$next
: mixed
-