Пример #1
0
 /**
  * Return the quoted identifier.
  *
  * @return  mixed  expression
  */
 public function getValue(Connection $connection)
 {
     return $connection->quoteIdentifier($this->value);
 }