◆ checkForNecessaryTextPlaceholders()
ilWebDAVMountInstructionsDocumentContentValidator::checkForNecessaryTextPlaceholders |
( |
string |
$a_raw_mount_instructions | ) |
|
Checks if necessary placeholders are in the mount instructions.
- Parameters
-
string | $a_raw_mount_instructions | |
- Returns
- bool
Definition at line 21 of file class.ilWebDAVMountInstructionsDocumentContentValidator.php.
23 foreach ($this->necessary_text_placeholders as $necessary_text_placeholder) {
24 if (strstr($a_raw_mount_instructions,
"[$necessary_text_placeholder]")) {
◆ checkIfPlaceholderIsBetweenOtherPlaceholders()
ilWebDAVMountInstructionsDocumentContentValidator::checkIfPlaceholderIsBetweenOtherPlaceholders |
( |
| ) |
|
◆ checkMountInstructionsContent()
ilWebDAVMountInstructionsDocumentContentValidator::checkMountInstructionsContent |
( |
string |
$a_raw_mount_instructions | ) |
|
◆ $necessary_text_placeholders
ilWebDAVMountInstructionsDocumentContentValidator::$necessary_text_placeholders |
|
protected |
The documentation for this class was generated from the following file: