PHP Class Pimcore\Model\Schedule\Task\Listing

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

Public Properties

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

Public Methods

Method Description
getTasks ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setTasks ( array $tasks )

Method Details

getTasks() public method

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

setTasks() public method

public setTasks ( array $tasks )
$tasks array

Property Details

$tasks public_oe property

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