PHP Class Horde_Db_Value_Text, horde

Author: Jan Schneider ([email protected])
Inheritance: implements Horde_Db_Value
显示文件 Open project: horde/horde

Public Properties

Property Type Description
$value string Text value to be quoted

Public Methods

Method Description
__construct ( string $textValue ) Constructor
quote ( Horde_Db_Adapter $db )

Method Details

__construct() public method

Constructor
public __construct ( string $textValue )
$textValue string

quote() public method

public quote ( Horde_Db_Adapter $db )
$db Horde_Db_Adapter

Property Details

$value public_oe property

Text value to be quoted
public string $value
return string