PHP Interface Statement, googleads-php-lib

This class is very generic and has no driver-specific implementations. In fact, it wouldn't be possible to have driver-specific classes, since PHP doesn't support multiple inheritance. I.e. you couldn't have MySQLPreparedStatement that extended both the abstract PreparedStatement class and the MySQLStatement class. In Java this isn't a concern since PreparedStatement is an interface, not a class.
Author: Hans Lellelid ([email protected])
Mostrar archivo Open project: googleads/googleads-php-lib Interface Usage Examples

Public Properties

Property Type Description
$query string
$values String_ValueMapEntry[]

Public Methods

Method Description
__construct ( $query = null, $values = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $query = null, $values = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$query public_oe property

public string $query
return string

$values public_oe property

public String_ValueMapEntry[] $values
return String_ValueMapEntry[]