PHP 클래스 Storm\Drivers\Base\Relational\Queries\Bindings

상속: implements ArrayAccess
파일 보기 프로젝트 열기: timetoogo/penumbra

공개 메소드들

메소드 설명
Bind ( $Value, $ParameterType = null, $ParameterKey = null )
DefaultParameterType ( &$ParameterType, $Value )
Get ( ) : Binding[]
GetParameterKeys ( )
offsetExists ( $ParameterKey )
offsetGet ( $ParameterKey )
offsetSet ( $ParameterKey, $ParameterValue )
offsetUnset ( $ParameterKey )

비공개 메소드들

메소드 설명
GetDefaultParameterType ( $Value )

메소드 상세

Bind() 공개 메소드

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

DefaultParameterType() 최종 공개 메소드

final public DefaultParameterType ( &$ParameterType, $Value )

Get() 공개 메소드

public Get ( ) : Binding[]
리턴 Binding[]

GetParameterKeys() 공개 메소드

public GetParameterKeys ( )

offsetExists() 공개 메소드

public offsetExists ( $ParameterKey )

offsetGet() 공개 메소드

public offsetGet ( $ParameterKey )

offsetSet() 공개 메소드

public offsetSet ( $ParameterKey, $ParameterValue )

offsetUnset() 공개 메소드

public offsetUnset ( $ParameterKey )