Public Member Functions | |
__construct (DialectString $field, $alias) | |
getAlias () | |
getName () | |
toDialectString (Dialect $dialect) | |
Static Public Member Functions | |
static | create (DialectString $field, $alias) |
| |
Private Attributes | |
$alias = null |
Definition at line 18 of file SelectField.class.php.
SelectField::__construct | ( | DialectString $ | field, | |
$ | alias | |||
) |
static SelectField::create | ( | DialectString $ | field, | |
$ | alias | |||
) | [static] |
Definition at line 25 of file SelectField.class.php.
References $alias.
Referenced by PropertyProjection::process().
SelectField::getAlias | ( | ) |
SelectField::getName | ( | ) |
Definition at line 41 of file SelectField.class.php.
SelectField::toDialectString | ( | Dialect $ | dialect | ) |
SelectField::$alias = null [private] |