PHP Класс Pimcore\Model\Element\WorkflowState\Listing

Наследование: extends Pimcore\Model\Listing\AbstractListing
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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