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.
ファイルを表示
Open project: googleads/googleads-php-lib
Interface Usage Examples
Public Properties
Public Methods
Method Details
__construct()
public method
getNamespace()
public method
Gets the namesapce of this class
getXsiTypeName()
public method
Gets 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[] |
|