function match_code($value = NULL)
 {
     return parent::match_code("'{$this->value}'");
 }
Exemplo n.º 2
0
 function match_code($value)
 {
     return parent::match_code("'{$value}'");
 }