Exemple #1
0
 /**
  */
 public function escape()
 {
     return is_null($this->_data) ? 'NIL' : parent::escape();
 }