Gets the next placeholder value for this query object.
int The next placeholder value.
Overrides PlaceholderInterface::nextPlaceholder
public function nextPlaceholder() { return $this->nextPlaceholder++; }