API16:JFormRuleUsername
From Joomla! Documentation
Defined in
libraries/joomla/form/rules/username.php
Methods
| Method name | Description |
|---|---|
| test | Method to test if a username is unique. |
Importing
jimport( 'joomla.form.rules.username' );
Examples
Code Examples