Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Files | |
file | capability_checker.php |
Used while evaluating conditions in bulk. | |
file | condition.php |
Base class for a single availability condition. | |
file | conditionlib.php |
DO NOT INCLUDE THIS FILE. | |
file | frontend.php |
Class with front-end (editing form) functionality. | |
file | info.php |
Base class for conditional availability information (for module or section). | |
file | info_module.php |
Class handles conditional availability information for an activity. | |
file | info_section.php |
Class handles conditional availability information for a section. | |
file | provider.php |
Privacy Subsystem implementation for core_availability. | |
file | renderer.php |
Renderer for availability display. | |
file | result.php |
Class represents the result of an availability check for the user. | |
file | tree.php |
Class that holds a tree of availability conditions. | |
file | tree_node.php |
Node (base class) used to construct a tree of availability conditions. | |
Namespaces | |
namespace | core_availability |
| |
namespace | core_availability\privacy |
| |
Classes | |
class | core_availability\capability_checker |
Used while evaluating conditions in bulk. More... | |
class | core_availability\condition |
Base class for a single availability condition. More... | |
class | core_availability\frontend |
Class with front-end (editing form) functionality. More... | |
class | core_availability\info |
Base class for conditional availability information (for module or section). More... | |
class | core_availability\info_module |
Class handles conditional availability information for an activity. More... | |
class | core_availability\info_section |
Class handles conditional availability information for a section. More... | |
class | core_availability\privacy\provider |
Privacy Subsystem for core_availability implementing null_provider. More... | |
class | core_availability\result |
Class represents the result of an availability check for the user. More... | |
class | core_availability\tree |
Class that holds a tree of availability conditions. More... | |
class | core_availability\tree_node |
Node (base class) used to construct a tree of availability conditions. More... | |
class | core_availability_multiple_messages |
Represents multiple availability messages. More... | |
class | core_availability_renderer |
Renderer for availability display. More... | |