PHP Class atk4\data\tests\Structure

Inheritance: extends atk4\dsql\Expression
Afficher le fichier Open project: atk4/data Class Usage Examples

Méthodes publiques

Свойство Type Description
$mode

Protected Properties

Свойство Type Description
$templates

Méthodes publiques

Méthode Description
_render_field ( )
create ( )
drop ( )
field ( $name, $options = [] )
id ( $name = null )
mode ( $mode )
table ( $table )

Méthodes protégées

Méthode Description
_set_args ( string $what, string $alias, mixed $value ) Sets value in args array. Doesn't allow duplicate aliases.

Method Details

_render_field() public méthode

public _render_field ( )

_set_args() protected méthode

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 méthode

public create ( )

drop() public méthode

public drop ( )

field() public méthode

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

id() public méthode

public id ( $name = null )

mode() public méthode

public mode ( $mode )

table() public méthode

public table ( $table )

Property Details

$mode public_oe property

public $mode

$templates protected_oe property

protected $templates