function match_code($value = NULL) { return parent::match_code("'{$this->value}'"); }
function match_code($value) { return parent::match_code("'{$value}'"); }