PHP Class Storm\Drivers\Base\Relational\Queries\Bindings

Inheritance: implements ArrayAccess
Afficher le fichier Open project: timetoogo/penumbra

Méthodes publiques

Méthode Description
Bind ( $Value, $ParameterType = null, $ParameterKey = null )
DefaultParameterType ( &$ParameterType, $Value )
Get ( ) : Binding[]
GetParameterKeys ( )
offsetExists ( $ParameterKey )
offsetGet ( $ParameterKey )
offsetSet ( $ParameterKey, $ParameterValue )
offsetUnset ( $ParameterKey )

Private Methods

Méthode Description
GetDefaultParameterType ( $Value )

Method Details

Bind() public méthode

public Bind ( $Value, $ParameterType = null, $ParameterKey = null )

DefaultParameterType() final public méthode

final public DefaultParameterType ( &$ParameterType, $Value )

Get() public méthode

public Get ( ) : Binding[]
Résultat Binding[]

GetParameterKeys() public méthode

public GetParameterKeys ( )

offsetExists() public méthode

public offsetExists ( $ParameterKey )

offsetGet() public méthode

public offsetGet ( $ParameterKey )

offsetSet() public méthode

public offsetSet ( $ParameterKey, $ParameterValue )

offsetUnset() public méthode

public offsetUnset ( $ParameterKey )