MultiAreas
class MultiAreas implements DynamicMetadataInterface (View source)
Methods
__construct(array $areas)
No description
static string
getName()
No description
array
getAreas()
Get all Areas.
DynamicMetadataInterface[]|null
getAreasByName(string $name)
Gets an array of Areas with a specific name.
getFirstAreaByName(string $name)
Gets the first Area with a specific name (all others have no meaning currently).
static DynamicMetadataInterface
createFromDecodedJsonResponse(array $data)
Create a DynamicMetadata from the decoded JSON data.
mixed
getForJson()
Get the data, which should be json-fied later.
Details
__construct(array $areas)
No description
static string
getName()
No description
array
getAreas()
Get all Areas.
DynamicMetadataInterface[]|null
getAreasByName(string $name)
Gets an array of Areas with a specific name.
DynamicMetadataInterface|null
getFirstAreaByName(string $name)
Gets the first Area with a specific name (all others have no meaning currently).
static DynamicMetadataInterface
createFromDecodedJsonResponse(array $data)
Create a DynamicMetadata from the decoded JSON data.
mixed
getForJson()
Get the data, which should be json-fied later.