PHP Class Jarves\Configuration\ConditionSubSelect

Inheritance: extends Condition
Afficher le fichier Open project: jarves/jarves Class Usage Examples

Protected Properties

Свойство Type Description
$joins
$order
$select array
$selfJoins
$tableNameSelect

Méthodes publiques

Méthode Description
addJoin ( $table, $on )
addSelfJoin ( $alias, $on )
fromArray ( $values, $key = null )
getJoins ( ) : array
getOrder ( ) : mixed
getOrderBy ( )
getSelect ( ) : array
getSelfJoins ( ) : array
getTableNameSelect ( ) : string
orderBy ( $field, $order = ConditionSubSelect::ASC )
select ( array | string $select )
setTableNameSelect ( $tableName )

Method Details

addJoin() public méthode

public addJoin ( $table, $on )

addSelfJoin() public méthode

public addSelfJoin ( $alias, $on )

fromArray() public méthode

public fromArray ( $values, $key = null )

getJoins() public méthode

public getJoins ( ) : array
Résultat array

getOrder() public méthode

public getOrder ( ) : mixed
Résultat mixed

getOrderBy() public méthode

public getOrderBy ( )

getSelect() public méthode

public getSelect ( ) : array
Résultat array

getSelfJoins() public méthode

public getSelfJoins ( ) : array
Résultat array

getTableNameSelect() public méthode

public getTableNameSelect ( ) : string
Résultat string

orderBy() public méthode

public orderBy ( $field, $order = ConditionSubSelect::ASC )

select() public méthode

public select ( array | string $select )
$select array | string

setTableNameSelect() public méthode

public setTableNameSelect ( $tableName )

Property Details

$joins protected_oe property

protected $joins

$order protected_oe property

protected $order

$select protected_oe property

protected array $select
Résultat array

$selfJoins protected_oe property

protected $selfJoins

$tableNameSelect protected_oe property

protected $tableNameSelect