Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
|
Misplaced plugin exception. More...
Public Member Functions | |
__construct ($component, $expected, $current) | |
Constructor. | |
Misplaced plugin exception.
Note: this should be used only from the upgrade/admin code.
@subpackage upgrade
plugin_misplaced_exception::__construct | ( | $component, | |
$expected, | |||
$current ) |
Constructor.
string | $component | the component from version.php |
string | $expected | expected directory, null means calculate |
string | $current | plugin directory path |