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