PHP 클래스 Pimcore\Model\Object\Classificationstore\KeyGroupRelation\Listing

상속: extends Pimcore\Model\Listing\AbstractListing
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$list array Contains the results of the list.
$resolveGroupName boolean

공개 메소드들

메소드 설명
getList ( ) : array
getResolveGroupName ( ) : boolean
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setList ( $theList )
setResolveGroupName ( boolean $resolveGroupName )

메소드 상세

getList() 공개 메소드

public getList ( ) : array
리턴 array

getResolveGroupName() 공개 메소드

public getResolveGroupName ( ) : boolean
리턴 boolean

isValidOrderKey() 공개 메소드

Tests if the given key is an valid order key to sort the results
public isValidOrderKey ( $key ) : boolean
리턴 boolean

setList() 공개 메소드

public setList ( $theList )

setResolveGroupName() 공개 메소드

public setResolveGroupName ( boolean $resolveGroupName )
$resolveGroupName boolean

프로퍼티 상세

$list 공개적으로 프로퍼티

Contains the results of the list.
public array $list
리턴 array

$resolveGroupName 공개적으로 프로퍼티

public bool $resolveGroupName
리턴 boolean