PHP 인터페이스 Pinq\Queries\Operations\IOperationVisitor

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

공개 메소드들

메소드 설명
visitAddValues ( AddValues $operation )
visitApply ( Apply $operation )
visitClear ( Clear $operation )
visitJoinApply ( JoinApply $operation )
visitRemoveValues ( RemoveValues $operation )
visitRemoveWhere ( RemoveWhere $operation )
visitSetIndex ( SetIndex $operation )
visitUnsetIndex ( UnsetIndex $operation )

메소드 상세

visitAddValues() 공개 메소드

public visitAddValues ( AddValues $operation )
$operation AddValues

visitApply() 공개 메소드

public visitApply ( Apply $operation )
$operation Apply

visitClear() 공개 메소드

public visitClear ( Clear $operation )
$operation Clear

visitJoinApply() 공개 메소드

public visitJoinApply ( JoinApply $operation )
$operation JoinApply

visitRemoveValues() 공개 메소드

public visitRemoveValues ( RemoveValues $operation )
$operation RemoveValues

visitRemoveWhere() 공개 메소드

public visitRemoveWhere ( RemoveWhere $operation )
$operation RemoveWhere

visitSetIndex() 공개 메소드

public visitSetIndex ( SetIndex $operation )
$operation SetIndex

visitUnsetIndex() 공개 메소드

public visitUnsetIndex ( UnsetIndex $operation )
$operation UnsetIndex