| Versionen | |
|---|---|
| drupal7 | abstract public Query::__toString() |
__toString() magic method.
The toString operation is how we compile a query object to a prepared statement.
A prepared statement query string for this object.
includes/
<?php
abstract public function __toString();
?>
Kommentare
Kommentar hinzufügen