32 return 'il_wac_secure_path';
59 $secure_path_checking_class = $obj->getComponentDirectory() .
'/classes/class.' . $obj->getCheckingClass() .
'.php';
60 if (!file_exists($secure_path_checking_class)) {
63 'Checking Instance not found in path: ' . $secure_path_checking_class
66 $class_name = $obj->getCheckingClass();
68 return new $class_name();
81 return !is_null($obj);
129 preg_match(
"/[\\\|\\/](Services|Modules|Customizing)[\\\|\\/].*/u", $this->component_directory, $matches);
131 return '.' . $matches[0];
setHasCheckingInstance(bool $has_checking_instance)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
bool $has_checking_instance
static returnDbTableName()
Return the Name of your Database Table
string $path
true true true text 64
string $checking_class
true text 256
bool $in_sec_folder
true integer 1
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
string $component_directory
true text 256
static hasCheckingInstanceRegistered(ilWACPath $ilWACPath)
Searches a checking instance for the given wac path.
setInSecFolder(bool $in_sec_folder)
setComponentDirectory(string $component_directory)
setCheckingClass(string $checking_class)