| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Single checkbox form element.
| Copyright: | 2013 David Monllaó |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 113 lines (3 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 1 file lib/behat/form_field/behat_form_field.php |
Class: behat_form_checkbox - X-Ref
Checkbox form field.| set_value($value) X-Ref |
| Sets the value of a checkbox. Anything !empty() is considered checked. param: string $value return: void |
| get_value() X-Ref |
| Returns whether the field is checked or not. return: bool True if it is checked and false if it's not. |
| matches($expectedvalue = false) X-Ref |
| Is it enabled? param: string $expectedvalue Anything !empty() is considered checked. return: bool |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |