PHP 클래스 Pimcore\Model\Element\WorkflowState\Listing

상속: extends Pimcore\Model\Listing\AbstractListing
파일 보기 프로젝트 열기: pimcore/pimcore

공개 프로퍼티들

프로퍼티 타입 설명
$workflowStates array Contains the results of the list. They are all an instance of WorkflowState

공개 메소드들

메소드 설명
getWorkflowStates ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setWorkflowStates ( $workflowStates )

메소드 상세

getWorkflowStates() 공개 메소드

public getWorkflowStates ( ) : array
리턴 array

isValidOrderKey() 공개 메소드

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

setWorkflowStates() 공개 메소드

public setWorkflowStates ( $workflowStates )
$workflowStates

프로퍼티 상세

$workflowStates 공개적으로 프로퍼티

Contains the results of the list. They are all an instance of WorkflowState
public array $workflowStates
리턴 array