Exemplo n.º 1
0
Arquivo: Equals.php Projeto: phpex/sql
 /**
  * 
  * @return string
  */
 public function interpret()
 {
     return "{$this->field->interpret()} = '{$this->value->interpret()}'";
 }