MediaWiki  master
DbQuoter.php
Go to the documentation of this file.
1 <?php
3 
5 
9 interface DbQuoter {
16  public function addQuotes( $s );
17 }
addQuotes( $s)
Escape and quote a raw value string for use in a SQL query.