Check the public access of various paths.
More...
|
| get_action_link () |
| Link to the dev docs for more info.
|
|
| get_component () |
| Get the frankenstyle component name.
|
|
| get_id () |
| Get the check's id.
|
|
| get_name () |
| Get the short check name.
|
|
| get_pathsets () |
| Returns a list of test urls and metadata.
|
|
| get_ref () |
| Get the check reference.
|
|
| get_result () |
| Return result.
|
|
| set_component (string $component) |
| Get the frankenstyle component name.
|
|
|
string | $component = 'core' |
| $component - The component / plugin this task belongs to.
|
|
Check the public access of various paths.
- Copyright
- 2020 Brendan Heywood brend.nosp@m.an@c.nosp@m.ataly.nosp@m.st-a.nosp@m.u.net
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ get_action_link()
core\check\environment\publicpaths::get_action_link |
( |
| ) |
|
Link to the dev docs for more info.
- Return values
-
Reimplemented from core\check\check.
◆ get_component()
core\check\check::get_component |
( |
| ) |
|
|
inherited |
Get the frankenstyle component name.
- Return values
-
◆ get_id()
core\check\check::get_id |
( |
| ) |
|
|
inherited |
Get the check's id.
This defaults to the base name of the class which is ok in the most cases but if you have a check which can have multiple instances then you should override this to be unique.
- Return values
-
string | must be unique within a component |
◆ get_name()
core\check\environment\publicpaths::get_name |
( |
| ) |
|
◆ get_ref()
core\check\check::get_ref |
( |
| ) |
|
|
inherited |
Get the check reference.
- Return values
-
string | must be globally unique |
◆ get_result()
core\check\environment\publicpaths::get_result |
( |
| ) |
|
◆ set_component()
core\check\check::set_component |
( |
string | $component | ) |
|
|
inherited |
Get the frankenstyle component name.
- Parameters
-
◆ $component
string core\check\check::$component = 'core' |
|
protectedinherited |
$component - The component / plugin this task belongs to.
This is autopopulated by the check manager.
The documentation for this class was generated from the following file:
- lib/classes/check/environment/publicpaths.php