Resource extends BagEntry
Table of Contents
- $type : string
- $actions : ActionBag
- $container : Container
- container() : void
- created() : void
- getAction() : Action
- getType() : string
- toSchemaJson() : array<string|int, mixed>
- actions() : void
Properties
$type
public
static string
$type
$actions
protected
ActionBag
$actions
$container
protected
Container
$container
Methods
container()
public
container(Container $container) : void
Parameters
- $container : Container
Return values
void —created()
public
created() : void
Return values
void —getAction()
public
getAction(string $name) : Action
Parameters
- $name : string
Return values
Action —getType()
public
getType() : string
Return values
string —toSchemaJson()
public
toSchemaJson() : array<string|int, mixed>
Return values
array<string|int, mixed> —actions()
protected
actions(ActionBag $actions) : void
Parameters
- $actions : ActionBag