PHP Class LeanMapper\Fluent

Author: Vojtěch Kohout
Inheritance: extends DibiFluen\DibiFluent
Afficher le fichier Open project: tharos/leanmapper Class Usage Examples

Méthodes publiques

Свойство Type Description
$masks array

Méthodes publiques

Méthode Description
_export ( string | null $clause = null, array | null $args = null ) : string Exports current state
applyFilter ( Closur\Closure | string $filter, mixed | null $args = null ) : FilteringResult | null Applies given filter to current statement
createSelect ( array | null $args = null ) : self
getRelatedKeys ( ) : array | null
setRelatedKeys ( array | null $keys ) : self

Method Details

_export() public méthode

Exports current state
public _export ( string | null $clause = null, array | null $args = null ) : string
$clause string | null
$args array | null
Résultat string

applyFilter() public méthode

Applies given filter to current statement
public applyFilter ( Closur\Closure | string $filter, mixed | null $args = null ) : FilteringResult | null
$filter Closur\Closure | string
$args mixed | null
Résultat FilteringResult | null

createSelect() public méthode

public createSelect ( array | null $args = null ) : self
$args array | null
Résultat self

getRelatedKeys() public méthode

public getRelatedKeys ( ) : array | null
Résultat array | null

setRelatedKeys() public méthode

public setRelatedKeys ( array | null $keys ) : self
$keys array | null
Résultat self

Property Details

$masks public_oe static_oe property

public static array $masks
Résultat array