PHP 클래스 dosamigos\fileupload\actions\FileListAction

저자: Antonio Ramirez ([email protected])
상속: extends yii\base\Action
파일 보기 프로젝트 열기: 2amigos/yii2-file-upload-widget

공개 프로퍼티들

프로퍼티 타입 설명
$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