Constants
|
public mixed MOVE_POSITION_NEXT = 'next'
|
|
public mixed MOVE_POSITION_PREV = 'prev'
|
Methods
|
public countAllEntries([string|null $taxonomyName = null ]) : int
|
Parameters
Name |
Type |
Default value |
Description |
$taxonomyName
|
string|null
|
null
|
-
|
Return values
int
Tags
-
Throws
-
NotFoundException
Parameters
Name |
Type |
Default value |
Description |
$parentEntry
|
TaxonomyEntry
|
-
|
-
|
Return values
int
Parameters
Return values
TaxonomyEntry
Tags
-
Throws
-
UnauthorizedException
-
Throws
-
BadStateException
-
Throws
-
InvalidArgumentException
-
Throws
-
NotFoundException
Parameters
Return values
iterable<string|int, TaxonomyEntry>
Tags
-
Throws
-
NotFoundException
|
public loadAllEntries([string|null $taxonomyName = null ][, int|null $limit = 30 ][, int $offset = 0 ]) : Traversable<string|int, TaxonomyEntry>
|
Parameters
Name |
Type |
Default value |
Description |
$taxonomyName
|
string|null
|
null
|
-
|
$limit
|
int|null
|
30
|
-
|
$offset
|
int
|
0
|
-
|
Return values
Traversable<string|int, TaxonomyEntry>
Tags
-
Throws
-
BadStateException
-
Throws
-
UnauthorizedException
-
Throws
-
InvalidArgumentException
-
Throws
-
NotFoundException
|
public loadEntriesByIds(array<string|int, int> $ids) : Traversable<string|int, TaxonomyEntry>
|
Parameters
Name |
Type |
Default value |
Description |
$ids
|
array<string|int, int>
|
-
|
-
|
Return values
Traversable<string|int, TaxonomyEntry>
Tags
-
Throws
-
UnauthorizedException
-
Throws
-
BadStateException
-
Throws
-
InvalidArgumentException
Parameters
Name |
Type |
Default value |
Description |
$contentId
|
int
|
-
|
-
|
Return values
TaxonomyEntry
Tags
-
Throws
-
UnauthorizedException
-
Throws
-
BadStateException
-
Throws
-
InvalidArgumentException
-
Throws
-
NotFoundException
Parameters
Name |
Type |
Default value |
Description |
$id
|
int
|
-
|
-
|
Return values
TaxonomyEntry
Tags
-
Throws
-
BadStateException
-
Throws
-
InvalidArgumentException
-
Throws
-
UnauthorizedException
-
Throws
-
NotFoundException
|
public loadEntryByIdentifier(string $identifier[, string $taxonomyName = null ]) : TaxonomyEntry
|
Parameters
Name |
Type |
Default value |
Description |
$identifier
|
string
|
-
|
-
|
$taxonomyName
|
string
|
null
|
-
|
Return values
TaxonomyEntry
Tags
-
Throws
-
UnauthorizedException
-
Throws
-
BadStateException
-
Throws
-
InvalidArgumentException
-
Throws
-
NotFoundException
|
public loadEntryChildren(TaxonomyEntry $parentEntry[, int|null $limit = 30 ][, int $offset = 0 ]) : Traversable<string|int, TaxonomyEntry>
|
Parameters
Name |
Type |
Default value |
Description |
$parentEntry
|
TaxonomyEntry
|
-
|
-
|
$limit
|
int|null
|
30
|
-
|
$offset
|
int
|
0
|
-
|
Return values
Traversable<string|int, TaxonomyEntry>
Tags
-
Throws
-
BadStateException
-
Throws
-
UnauthorizedException
-
Throws
-
InvalidArgumentException
Parameters
Name |
Type |
Default value |
Description |
$taxonomyName
|
string
|
-
|
-
|
Return values
TaxonomyEntry
Tags
-
Throws
-
UnauthorizedException
-
Throws
-
BadStateException
-
Throws
-
InvalidArgumentException
-
Throws
-
NotFoundException
Parameters
Tags
-
Throws
-
BadStateException
-
Throws
-
UnauthorizedException
-
Throws
-
InvalidArgumentException
-
Throws
-
NotFoundException
Parameters
Tags
-
Throws
-
BadStateException
-
Throws
-
UnauthorizedException
-
Throws
-
InvalidArgumentException
-
Throws
-
NotFoundException
Parameters
Tags
-
Throws
-
BadStateException
-
Throws
-
UnauthorizedException
-
Throws
-
InvalidArgumentException
-
Throws
-
NotFoundException
Parameters
Return values
TaxonomyEntry
Tags
-
Throws
-
BadStateException
-
Throws
-
UnauthorizedException
-
Throws
-
InvalidArgumentException
-
Throws
-
NotFoundException