PHP Class Pimcore\Model\Element\WorkflowState\Listing

Inheritance: extends Pimcore\Model\Listing\AbstractListing
Afficher le fichier Open project: pimcore/pimcore

Méthodes publiques

Свойство Type Description
$workflowStates array Contains the results of the list. They are all an instance of WorkflowState

Méthodes publiques

Méthode Description
getWorkflowStates ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setWorkflowStates ( $workflowStates )

Method Details

getWorkflowStates() public méthode

public getWorkflowStates ( ) : array
Résultat array

isValidOrderKey() public méthode

Tests if the given key is an valid order key to sort the results
public isValidOrderKey ( $key ) : boolean
Résultat boolean

setWorkflowStates() public méthode

public setWorkflowStates ( $workflowStates )
$workflowStates

Property Details

$workflowStates public_oe property

Contains the results of the list. They are all an instance of WorkflowState
public array $workflowStates
Résultat array