PHP Class Pimcore\Model\Schedule\Task\Listing

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

Méthodes publiques

Свойство Type Description
$tasks array Contains the results of the list. They are all an instance of Schedule\Task

Méthodes publiques

Méthode 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 méthode

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

setTasks() public méthode

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
Résultat array