[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/behat/form_field/ -> behat_form_checkbox.php (summary)

Single checkbox form element.

Copyright: 2013 David Monllaó
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 116 lines (3 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 1 file
 lib/behat/form_field/behat_form_field.php

Defines 1 class

behat_form_checkbox:: (4 methods):
  set_value()
  get_value()
  matches()
  trigger_on_change()


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

trigger_on_change()   X-Ref
Trigger on change event.




Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1