PHP Класс EpisodeSummaryWidget

OpenEyes is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. OpenEyes is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenEyes in a file titled COPYING. If not, see .
Автор: OpenEyes ([email protected])
Наследование: extends CWidget
Показать файл Открыть проект

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

Свойство Тип Описание
$collapsible boolean Can this summary block be collapsed?
$episode
$event_type
$openOnPageLoad boolean Is this summary block open on page load? This is only used for collapsible blocks.

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

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

Can this summary block be collapsed?
public bool $collapsible
Результат boolean

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

public $episode

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

public $event_type

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

Is this summary block open on page load? This is only used for collapsible blocks.
public bool $openOnPageLoad
Результат boolean