BackendLayoutCollection

Collection of backend layouts.

Table of Contents

Properties

$backendLayouts  : array<string|int, mixed>|array<string|int, BackendLayout>
$identifier  : string

Methods

__construct()  : mixed
add()  : mixed
Adds a backend layout to this collection.
get()  : BackendLayout|null
Gets a backend layout by (regular) identifier.
getAll()  : array<string|int, mixed>|array<string|int, BackendLayout>
Gets all backend layouts in this collection.
getIdentifier()  : string
setIdentifier()  : mixed

Properties

Methods

__construct()

public __construct(string $identifier) : mixed
Parameters
$identifier : string

getAll()

Gets all backend layouts in this collection.

public getAll() : array<string|int, mixed>|array<string|int, BackendLayout>
Return values
array<string|int, mixed>|array<string|int, BackendLayout>

getIdentifier()

public getIdentifier() : string
Return values
string

setIdentifier()

public setIdentifier(string $identifier) : mixed
Parameters
$identifier : string
Tags
throws
UnexpectedValueException

        
On this page

Search results