PHP 클래스 Pinq\Providers\DSL\Compilation\Parameters\ParameterCollectionBase

저자: Elliot Levin ([email protected])
상속: implements Countable
파일 보기 프로젝트 열기: timetoogo/pinq 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$parameters Pinq\Providers\DSL\Compilation\Parameters\IQueryParameter[]

공개 메소드들

메소드 설명
__construct ( array $parameters )
contains ( Pinq\Providers\DSL\Compilation\Parameters\IQueryParameter $parameter ) : boolean Returns whether the collection contains the supplied parameter.
count ( )
getParameters ( ) : Pinq\Providers\DSL\Compilation\Parameters\IQueryParameter[]

메소드 상세

__construct() 공개 메소드

public __construct ( array $parameters )
$parameters array

contains() 공개 메소드

Returns whether the collection contains the supplied parameter.
public contains ( Pinq\Providers\DSL\Compilation\Parameters\IQueryParameter $parameter ) : boolean
$parameter Pinq\Providers\DSL\Compilation\Parameters\IQueryParameter
리턴 boolean

count() 공개 메소드

public count ( )

getParameters() 공개 메소드

public getParameters ( ) : Pinq\Providers\DSL\Compilation\Parameters\IQueryParameter[]
리턴 Pinq\Providers\DSL\Compilation\Parameters\IQueryParameter[]

프로퍼티 상세

$parameters 보호되어 있는 프로퍼티

protected IQueryParameter[],Pinq\Providers\DSL\Compilation\Parameters $parameters
리턴 Pinq\Providers\DSL\Compilation\Parameters\IQueryParameter[]