PHP Class Pimcore\Model\Version\Listing

Inheritance: extends Pimcore\Model\Listing\AbstractListing
Show file Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$versions array Contains the results of the list. They are all an instance of Schedule\Task

Public Methods

Method Description
getVersions ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setVersions ( $versions )

Method Details

getVersions() public method

public getVersions ( ) : 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

setVersions() public method

public setVersions ( $versions )
$versions

Property Details

$versions public property

Contains the results of the list. They are all an instance of Schedule\Task
public array $versions
return array