|
eZ Publish
[4.2]
|
eZSection handles grouping of content in eZ Publish More...
Inheritance diagram for eZSection:
Collaboration diagram for eZSection:Public Member Functions | |
| canBeRemoved ($sectionID=false) | |
| eZSection ($row) | |
| removeThis ($conditions=null, $extraConditions=null) | |
Static Public Member Functions | |
| static | definition () |
| static | fetch ($sectionID, $asObject=true) |
| static | fetchByOffset ($offset, $limit, $asObject=true) |
| static | fetchFilteredList ($conditions=null, $offset=false, $limit=false, $asObject=true) |
| static | fetchList ($asObject=true) |
| static | globalID () |
| static | initGlobalID () |
| static | sectionCount () |
| static | setGlobalID ($sectionID) |
eZSection handles grouping of content in eZ Publish
Definition at line 37 of file ezsection.php.
| eZSection::canBeRemoved | ( | $ | sectionID = false | ) |
Definition at line 220 of file ezsection.php.
| static eZSection::definition | ( | ) | [static] |
Reimplemented from eZPersistentObject.
Definition at line 51 of file ezsection.php.
Referenced by fetch(), fetchByOffset(), fetchFilteredList(), and fetchList().
| eZSection::eZSection | ( | $ | row | ) |
Definition at line 39 of file ezsection.php.
| static eZSection::fetch | ( | $ | sectionID, |
| $ | asObject = true |
||
| ) | [static] |
Definition at line 80 of file ezsection.php.
Referenced by eZNodeviewfunctions\generateNodeViewData().
| static eZSection::fetchByOffset | ( | $ | offset, |
| $ | limit, | ||
| $ | asObject = true |
||
| ) | [static] |
Definition at line 123 of file ezsection.php.
| static eZSection::fetchFilteredList | ( | $ | conditions = null, |
| $ | offset = false, |
||
| $ | limit = false, |
||
| $ | asObject = true |
||
| ) | [static] |
Definition at line 104 of file ezsection.php.
Referenced by eZSiteInstaller\sectionIDbyName().
| static eZSection::fetchList | ( | $ | asObject = true | ) | [static] |
Definition at line 116 of file ezsection.php.
Referenced by eZApproveType\attribute(), and eZMultiplexerType\attribute().
| static eZSection::globalID | ( | ) | [static] |
null if it is not set yet. Definition at line 195 of file ezsection.php.
| static eZSection::initGlobalID | ( | ) | [static] |
Makes sure the global section ID is propagated to the template override key.
Definition at line 148 of file ezsection.php.
| eZSection::removeThis | ( | $ | conditions = null, |
| $ | extraConditions = null |
||
| ) |
Will remove the current section from the database.
Definition at line 212 of file ezsection.php.
| static eZSection::sectionCount | ( | ) | [static] |
Definition at line 137 of file ezsection.php.
| static eZSection::setGlobalID | ( | $ | sectionID | ) | [static] |
Sets the current global section ID to $sectionID in the session and the template override key.
Definition at line 179 of file ezsection.php.
Referenced by eZNodeviewfunctions\contentViewRetrieve(), eZNodeviewfunctions\generateNodeViewData(), and eZContentCache\restore().