PHP 클래스 Purl\Query

저자: Jonathan H. Wage ([email protected])
상속: extends purl\AbstractPart
파일 보기 프로젝트 열기: jwage/purl 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $query = null ) Construct a new Query instance.
__toString ( )
getQuery ( ) : string Builds a string query from this Query instance internal data and returns it.
setQuery ( $query ) Set the string query for this Query instance and sets initialized to false.

보호된 메소드들

메소드 설명
doInitialize ( )

메소드 상세

__construct() 공개 메소드

Construct a new Query instance.
public __construct ( string $query = null )
$query string

__toString() 공개 메소드

public __toString ( )

doInitialize() 보호된 메소드

protected doInitialize ( )

getQuery() 공개 메소드

Builds a string query from this Query instance internal data and returns it.
public getQuery ( ) : string
리턴 string

setQuery() 공개 메소드

Set the string query for this Query instance and sets initialized to false.
public setQuery ( $query )