kernel/section/ezsectionfunctioncollection.php
File containing the eZSectionFunctionCollection class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- kernel
- Version
- 4.6.0
\eZSectionFunctionCollection
Package: kernel
File containing the eZSectionFunctionCollection class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Methods


fetchObjectList(
$sectionID, $offset
=
false, $limit
=
false, $sortOrder
=
false, $status
=
false
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$sectionID | ||
$offset | ||
$limit | ||
$sortOrder | ||
$status |


fetchObjectListCount(
$sectionID, $status
=
false
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$sectionID | ||
$status |


fetchSectionObject(
integer $sectionID
=
false, string $sectionIdentifier
=
false
)
:
object
Fetch section object given either section id or section identifier. There should be one and only one parameter.
Parameters
Returns
Name | Type | Description |
---|---|---|
$sectionID | integer | |
$sectionIdentifier | string |
Type | Description |
---|---|
object |