Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Static Public Member Functions | Static Protected Attributes | List of all members
behat_exact_named_selector Class Reference

Moodle selectors manager. More...

Inheritance diagram for behat_exact_named_selector:

Public Member Functions

 __construct ()
 Creates selector instance.
 

Static Public Member Functions

static get_allowed_selectors ()
 Allowed selectors getter. More...
 
static get_allowed_text_selectors ()
 Allowed text selectors getter. More...
 

Static Protected Attributes

static Allowed $allowedselectors
 types when using selector arguments. More...
 
static Allowed $allowedtextselectors = []
 types when using text selectors arguments.
 
static List $deprecatedselectors = []
 of deprecated selectors
 

Detailed Description

Moodle selectors manager.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ get_allowed_selectors()

static behat_exact_named_selector::get_allowed_selectors ( )
static

Allowed selectors getter.

Return values
array

◆ get_allowed_text_selectors()

static behat_exact_named_selector::get_allowed_text_selectors ( )
static

Allowed text selectors getter.

Return values
array

Member Data Documentation

◆ $allowedselectors

Allowed behat_exact_named_selector::$allowedselectors
staticprotected
Initial value:
= array(
'button_exact' => 'button',
'checkbox_exact' => 'checkbox',
'field_exact' => 'field',
'fieldset_exact' => 'fieldset',
'link_exact' => 'link',
'link_or_button_exact' => 'link_or_button',
'option_exact' => 'option',
'radio_exact' => 'radio',
'select_exact' => 'select',
'table_exact' => 'table',
'text_exact' => 'text',
)

types when using selector arguments.


The documentation for this class was generated from the following file: