PHP 클래스 eZ\Publish\Core\Persistence\Legacy\Content\Section\Gateway

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

assignSectionToContent() 추상적인 공개 메소드

Inserts the assignment of $contentId to $sectionId.
abstract public assignSectionToContent ( integer $sectionId, integer $contentId )
$sectionId integer
$contentId integer

countContentObjectsInSection() 추상적인 공개 메소드

Counts the number of content objects assigned to section with $id.
abstract public countContentObjectsInSection ( integer $id ) : integer
$id integer
리턴 integer

countPoliciesUsingSection() 추상적인 공개 메소드

Counts the number of role policies using section with $id in their limitations.
abstract public countPoliciesUsingSection ( integer $id ) : integer
$id integer
리턴 integer

countRoleAssignmentsUsingSection() 추상적인 공개 메소드

Counts the number of role assignments using section with $id in their limitations.
abstract public countRoleAssignmentsUsingSection ( integer $id ) : integer
$id integer
리턴 integer

deleteSection() 추상적인 공개 메소드

Deletes the Section with $id.
abstract public deleteSection ( integer $id )
$id integer

insertSection() 추상적인 공개 메소드

Inserts a new section with $name and $identifier.
abstract public insertSection ( string $name, string $identifier ) : integer
$name string
$identifier string
리턴 integer The ID of the new section

loadAllSectionData() 추상적인 공개 메소드

Loads data for all sections.
abstract public loadAllSectionData ( ) : string[][]
리턴 string[][]

loadSectionData() 추상적인 공개 메소드

Loads data for section with $id.
abstract public loadSectionData ( integer $id ) : string[][]
$id integer
리턴 string[][]

loadSectionDataByIdentifier() 추상적인 공개 메소드

Loads data for section with $identifier.
abstract public loadSectionDataByIdentifier ( string $identifier ) : string[][]
$identifier string
리턴 string[][]

updateSection() 추상적인 공개 메소드

Updates section with $id to have $name and $identifier.
abstract public updateSection ( integer $id, string $name, string $identifier )
$id integer
$name string
$identifier string