Class app\modules\main\widgets\gallery\Gallery

Inheritanceapp\modules\main\widgets\gallery\Gallery » common\widgets\App » yii\base\Widget

Class Gallery Виджет для вывода фотогаллереи

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$files common\core\File[] массив файлов app\modules\main\widgets\gallery\Gallery
$height int высота фото app\modules\main\widgets\gallery\Gallery
$options array массив html атрибутов тега обертки app\modules\main\widgets\gallery\Gallery
$registerAsset bool подключать ли ассет виджета app\modules\main\widgets\gallery\Gallery
$showCond string условие отображения виджета common\widgets\App
$showCondType int тип условия для отображения виджета common\widgets\App
$skipFromStart int количество фото пропущенных сначала app\modules\main\widgets\gallery\Gallery
$tpl string представление виджета common\widgets\App
$width int ширина фото app\modules\main\widgets\gallery\Gallery

Protected Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$_rel string атрибут rel фотогаллереи app\modules\main\widgets\gallery\Gallery

Public Methods

Hide inherited methods

MethodDescriptionDefined By
getRel() Получение значения атрибута rel app\modules\main\widgets\gallery\Gallery
init() app\modules\main\widgets\gallery\Gallery
isShow() Отображать ли данный виджет common\widgets\App
run() app\modules\main\widgets\gallery\Gallery
setRel() Установка атрибута rel app\modules\main\widgets\gallery\Gallery

Constants

Hide inherited constants

ConstantValueDescriptionDefined By
DEFAULT_CLASS "yii-gallery" app\modules\main\widgets\gallery\Gallery
DEFAULT_REL_PREF "rel-" app\modules\main\widgets\gallery\Gallery

Property Details

$_rel protected property
string $_rel null

атрибут rel фотогаллереи

$files public property

массив файлов

$height public property
int $height 150

высота фото

$options public property

массив html атрибутов тега обертки

$registerAsset public property
bool $registerAsset true

подключать ли ассет виджета

$skipFromStart public property

количество фото пропущенных сначала

$width public property
int $width 150

ширина фото

Method Details

getRel() public method

Получение значения атрибута rel

string getRel( )
init() public method

void init( )
run() public method

void run( )
setRel() public method

Установка атрибута rel

void setRel$rel )
$rel string