PHP 클래스 View_ModelDetails, atk4

상속: extends Grid_Basic
파일 보기 프로젝트 열기: atk4/atk4

공개 프로퍼티들

프로퍼티 타입 설명
$default_controller
$include_id_column boolean The view will have 3 columns instead of just 2 by also showing the ID of each field. Uneful for debug purposes but unnecessary for general use.
$source_set boolean

공개 메소드들

메소드 설명
init ( ) Initialization
precacheTemplate ( )
render ( )
setModel ( $model, $actual_fields = UNDEFINED )
setSource ( $data )

메소드 상세

init() 공개 메소드

Initialization
public init ( )

precacheTemplate() 공개 메소드

public precacheTemplate ( )

render() 공개 메소드

public render ( )

setModel() 공개 메소드

public setModel ( $model, $actual_fields = UNDEFINED )

setSource() 공개 메소드

public setSource ( $data )

프로퍼티 상세

$default_controller 공개적으로 프로퍼티

public $default_controller

$include_id_column 공개적으로 프로퍼티

The view will have 3 columns instead of just 2 by also showing the ID of each field. Uneful for debug purposes but unnecessary for general use.
public bool $include_id_column
리턴 boolean

$source_set 공개적으로 프로퍼티

public bool $source_set
리턴 boolean