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

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

공개 프로퍼티들

프로퍼티 타입 설명
$category method attribute input search value
$level ip attribute input search value
$message message attribute input search value

공개 메소드들

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

메소드 상세

attributeLabels() 공개 메소드

public attributeLabels ( )

rules() 공개 메소드

public rules ( )

프로퍼티 상세

$category 공개적으로 프로퍼티

method attribute input search value
public $category

$level 공개적으로 프로퍼티

ip attribute input search value
public $level

$message 공개적으로 프로퍼티

message attribute input search value
public $message