PHP Класс dosamigos\fileupload\actions\FileListAction

Автор: Antonio Ramirez ([email protected])
Наследование: extends yii\base\Action
Показать файл Открыть проект

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

Свойство Тип Описание
$ownerRelation the owner relation name of the model's class -ie Picture::cities, cities is the relation name of Picture class to links to its owner, on this case City model.
$ownerTable the owner table name -ie city
$searchClass the full qualified namespace name of the model's search class -ie \common\models\PictureSearch
$view the name of the view where the resulting $dataProvider attribute will be pass through.

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

Метод Описание
init ( )
run ( ) Builds the data provider that needs to be rendered. If you wish to modify it, you will have to do it on the view itself -ie change pager settings etc.

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

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

public init ( )

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

Builds the data provider that needs to be rendered. If you wish to modify it, you will have to do it on the view itself -ie change pager settings etc.
public run ( )

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

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

the owner relation name of the model's class -ie Picture::cities, cities is the relation name of Picture class to links to its owner, on this case City model.
public $ownerRelation

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

the owner table name -ie city
public $ownerTable

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

the full qualified namespace name of the model's search class -ie \common\models\PictureSearch
public $searchClass

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

the name of the view where the resulting $dataProvider attribute will be pass through.
public $view