Exemplo n.º 1
0
 /**
  * @return  string
  */
 public function toRepresentation()
 {
     return parent::toRepresentation() . ($this->isPrefix ? '*' : '');
 }
Exemplo n.º 2
0
 /**
  * @return  string
  */
 public function toRepresentation()
 {
     return '"' . str_replace('"', '""', parent::toRepresentation()) . '"';
 }