PHP Class Pimcore\Model\Element\WorkflowState\Listing

Inheritance: extends Pimcore\Model\Listing\AbstractListing
Datei anzeigen Open project: pimcore/pimcore

Public Properties

Property Type Description
$workflowStates array Contains the results of the list. They are all an instance of WorkflowState

Public Methods

Method 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 method

public getWorkflowStates ( ) : array
return array

isValidOrderKey() public method

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

setWorkflowStates() public method

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
return array