PHP 클래스 Pinq\Queries\Requests\Implode

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

공개 메소드들

메소드 설명
__construct ( $delimiterId, ElementProjection $projectionFunction = null )
getDelimiterId ( ) : string Gets the value parameter id.
getParameters ( )
getType ( )
traverse ( Pinq\Queries\Requests\IRequestVisitor $visitor )

보호된 메소드들

메소드 설명
withProjectionFunction ( ElementProjection $projectionFunction = null )

메소드 상세

__construct() 공개 메소드

public __construct ( $delimiterId, ElementProjection $projectionFunction = null )
$projectionFunction Pinq\Queries\Functions\ElementProjection

getDelimiterId() 공개 메소드

Gets the value parameter id.
public getDelimiterId ( ) : string
리턴 string

getParameters() 공개 메소드

public getParameters ( )

getType() 공개 메소드

public getType ( )

traverse() 공개 메소드

public traverse ( Pinq\Queries\Requests\IRequestVisitor $visitor )
$visitor Pinq\Queries\Requests\IRequestVisitor

withProjectionFunction() 보호된 메소드

protected withProjectionFunction ( ElementProjection $projectionFunction = null )
$projectionFunction Pinq\Queries\Functions\ElementProjection