PHP Класс Pimcore\Model\Schedule\Task\Listing

Наследование: extends Pimcore\Model\Listing\AbstractListing
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$tasks array Contains the results of the list. They are all an instance of Schedule\Task

Открытые методы

Метод Описание
getTasks ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setTasks ( array $tasks )

Описание методов

getTasks() публичный Метод

public getTasks ( ) : array
Результат array

isValidOrderKey() публичный Метод

Tests if the given key is an valid order key to sort the results
public isValidOrderKey ( $key ) : boolean
Результат boolean

setTasks() публичный Метод

public setTasks ( array $tasks )
$tasks array

Описание свойств

$tasks публичное свойство

Contains the results of the list. They are all an instance of Schedule\Task
public array $tasks
Результат array