◆ 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.
21 : bool
22 {
23 foreach ($this->necessary_text_placeholders as $necessary_text_placeholder) {
24 if (strstr($a_raw_mount_instructions, "[$necessary_text_placeholder]")) {
25 return false;
26 }
27 }
28
29 return false;
30 }
◆ 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: