Method | Description | |
---|---|---|
assignSectionToContent ( integer $sectionId, integer $contentId ) | Inserts the assignment of $contentId to $sectionId. | |
countContentObjectsInSection ( integer $id ) : integer | Counts the number of content objects assigned to section with $id. | |
countPoliciesUsingSection ( integer $id ) : integer | Counts the number of role policies using section with $id in their limitations. | |
countRoleAssignmentsUsingSection ( integer $id ) : integer | Counts the number of role assignments using section with $id in their limitations. | |
deleteSection ( integer $id ) | Deletes the Section with $id. | |
insertSection ( string $name, string $identifier ) : integer | Inserts a new section with $name and $identifier. | |
loadAllSectionData ( ) : string[][] | Loads data for all sections. | |
loadSectionData ( integer $id ) : string[][] | Loads data for section with $id. | |
loadSectionDataByIdentifier ( string $identifier ) : string[][] | Loads data for section with $identifier. | |
updateSection ( integer $id, string $name, string $identifier ) | Updates section with $id to have $name and $identifier. |
abstract public assignSectionToContent ( integer $sectionId, integer $contentId ) | ||
$sectionId | integer | |
$contentId | integer |
abstract public countContentObjectsInSection ( integer $id ) : integer | ||
$id | integer | |
return | integer |
abstract public countPoliciesUsingSection ( integer $id ) : integer | ||
$id | integer | |
return | integer |
abstract public countRoleAssignmentsUsingSection ( integer $id ) : integer | ||
$id | integer | |
return | integer |
abstract public deleteSection ( integer $id ) | ||
$id | integer |
abstract public loadAllSectionData ( ) : string[][] | ||
return | string[][] |
abstract public loadSectionData ( integer $id ) : string[][] | ||
$id | integer | |
return | string[][] |
abstract public loadSectionDataByIdentifier ( string $identifier ) : string[][] | ||
$identifier | string | |
return | string[][] |