Interfaces, Classes and Traits
- ToSchemaJsonInterface
- ContainerAwareInterface
Table of Contents
-
$container
: Container
-
$list
: bool
-
$TypeClass
: string
-
$TypeClasses
: array<string|int, mixed>
-
container()
: void
-
created()
: void
-
getSchemaJson()
: array<string|int, mixed>
-
getTypeClass()
: string
-
list()
: ActionResponse
-
toSchemaJson()
: array<string|int, mixed>
-
typeClass()
: ActionResponse
-
typeClasses()
: ActionResponse
$container
protected
Container
$container
$list
protected
bool
$list
= false
$TypeClass
protected
string
$TypeClass
$TypeClasses
protected
array<string|int, mixed>
$TypeClasses
container()
public
container(Container $container) : void
Parameters
-
$container
: Container
-
Return values
void
—
created()
public
created() : void
Return values
void
—
getSchemaJson()
public
getSchemaJson(TypeRegistry $typeRegistry) : array<string|int, mixed>
Parameters
-
$typeRegistry
: TypeRegistry
-
Return values
array<string|int, mixed>
—
getTypeClass()
public
getTypeClass() : string
Return values
string
—
list()
public
list() : ActionResponse
Return values
ActionResponse
—
toSchemaJson()
public
toSchemaJson() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
typeClass()
public
typeClass(string $TypeClass) : ActionResponse
Parameters
-
$TypeClass
: string
-
Return values
ActionResponse
—
typeClasses()
public
typeClasses(array<string|int, mixed> $TypeClasses) : ActionResponse
Parameters
-
$TypeClasses
: array<string|int, mixed>
-
Return values
ActionResponse
—