PHP Class FluentLiteral, fluentpdo

Mostrar archivo Open project: fpdo/fluentpdo

Protected Properties

Property Type Description
$value string

Public Methods

Method Description
__construct ( string $value ) Create literal value
__toString ( ) : string Get literal value

Method Details

__construct() public method

Create literal value
public __construct ( string $value )
$value string

__toString() public method

Get literal value
public __toString ( ) : string
return string

Property Details

$value protected_oe property

protected string $value
return string