Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
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 |