File manager form element.
Copyright: | 2014 David MonllaĆ³ |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 122 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file lib/behat/form_field/behat_form_field.php |
Class: behat_form_filemanager - X-Ref
File manager form field.get_value() X-Ref |
Gets the value. return: string A comma-separated list of the root directory file names. |
set_value($value) X-Ref |
Sets the field value. param: string $value return: void |
matches($expectedvalue) X-Ref |
Matches the provided filename/s against the current field value. If the filemanager contains more than one file the $expectedvalue value should include all the file names separating them by comma. param: string $expectedvalue return: bool The provided value matches the field value? |