PHP 클래스 yii\debug\models\search\Db

부터: 2.0
저자: Qiang Xue ([email protected])
저자: Mark Jebri ([email protected])
상속: extends Base
파일 보기 프로젝트 열기: yiisoft/yii2-debug 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$query query attribute input search value
$type type of the input search value

공개 메소드들

메소드 설명
attributeLabels ( )
rules ( )
search ( array $models ) : ArrayDataProvider Returns data provider with filled models. Filter applied if needed.

메소드 상세

attributeLabels() 공개 메소드

public attributeLabels ( )

rules() 공개 메소드

public rules ( )

프로퍼티 상세

$query 공개적으로 프로퍼티

query attribute input search value
public $query

$type 공개적으로 프로퍼티

type of the input search value
public $type