PresetInterface
Table of Contents
Methods
-
getCode()
: string
-
getItems()
: array<string|int, mixed>
-
getName()
: string
-
getParentForItem()
: string|null
-
getSortForItem()
: int|null
-
getStructure()
: array<string|int, mixed>
-
isAvailable()
: bool
getCode()
public
getCode() : string
getItems()
public
getItems() : array<string|int, mixed>
Return values
array<string|int, mixed>
getName()
public
getName() : string
getParentForItem()
public
getParentForItem(mixed $itemId, Basic $item) : string|null
Parameters
-
$itemId
: mixed
-
-
$item
: Basic
-
Return values
string|null
getSortForItem()
public
getSortForItem(mixed $itemId, mixed $parentId) : int|null
Parameters
-
$itemId
: mixed
-
-
$parentId
: mixed
-
getStructure()
public
getStructure() : array<string|int, mixed>
Return values
array<string|int, mixed>
isAvailable()
public
static isAvailable() : bool