/ */ namespace P4\Validate; class UserName extends KeyName { protected $allowSlashes = true; // SLASH protected $allowRelative = true; // REL }