_description = 'Example: ' . constant('EXAMPLE_URL'); $this->addValidator('Url', true); $this->addFilter('StringTrim'); return $this; } }