Interface for a query that accepts placeholders.
Expanded class hierarchy of PlaceholderInterface
All classes that implement PlaceholderInterface
interface PlaceholderInterface {
/**
* Returns a unique identifier for this object.
*/
public function uniqueIdentifier();
/**
* Returns the next placeholder ID for the query.
*
* @return
* The next available placeholder ID as an integer.
*/
public function nextPlaceholder();
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PlaceholderInterface:: |
public | function | Returns the next placeholder ID for the query. | 3 |
PlaceholderInterface:: |
public | function | Returns a unique identifier for this object. | 3 |