- version 3.6
Check those constraints:
$this->anything()
| <?php | |
| class ElggForm { | |
| // $name should correspond to the Elgg action, e.g. ‘blogs/add’ | |
| function __construct($name, $params); | |
| function registerInput($name, $options); // adds an input; should return form or input? | |
| function getInput($name); // returns the input | |
| function removeInput($name); // returns the removed input |