PHP 클래스 atk4\data\tests\Structure

상속: extends atk4\dsql\Expression
파일 보기 프로젝트 열기: atk4/data 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$mode

보호된 프로퍼티들

프로퍼티 타입 설명
$templates

공개 메소드들

메소드 설명
_render_field ( )
create ( )
drop ( )
field ( $name, $options = [] )
id ( $name = null )
mode ( $mode )
table ( $table )

보호된 메소드들

메소드 설명
_set_args ( string $what, string $alias, mixed $value ) Sets value in args array. Doesn't allow duplicate aliases.

메소드 상세

_render_field() 공개 메소드

public _render_field ( )

_set_args() 보호된 메소드

Sets value in args array. Doesn't allow duplicate aliases.
protected _set_args ( string $what, string $alias, mixed $value )
$what string Where to set it - table|field
$alias string Alias name
$value mixed Value to set in args array

create() 공개 메소드

public create ( )

drop() 공개 메소드

public drop ( )

field() 공개 메소드

public field ( $name, $options = [] )

id() 공개 메소드

public id ( $name = null )

mode() 공개 메소드

public mode ( $mode )

table() 공개 메소드

public table ( $table )

프로퍼티 상세

$mode 공개적으로 프로퍼티

public $mode

$templates 보호되어 있는 프로퍼티

protected $templates