PHP 클래스 Horde_Db_Value_Text, horde

저자: Jan Schneider ([email protected])
상속: implements Horde_Db_Value
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$value string Text value to be quoted

공개 메소드들

메소드 설명
__construct ( string $textValue ) Constructor
quote ( Horde_Db_Adapter $db )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $textValue )
$textValue string

quote() 공개 메소드

public quote ( Horde_Db_Adapter $db )
$db Horde_Db_Adapter

프로퍼티 상세

$value 공개적으로 프로퍼티

Text value to be quoted
public string $value
리턴 string