|
ILIAS
release_8 Revision v8.24
|
Class ilWhiteListUrlValidator. More...
Collaboration diagram for ilWhiteListUrlValidator:Public Member Functions | |
| __construct (string $url, array $whitelist) | |
| ilWhiteListUrlValidator constructor. More... | |
| isValid () | |
Protected Attributes | |
| string | $url = '' |
| array | $whitelist = [] |
Private Member Functions | |
| isValidDomain (string $domain) | |
Class ilWhiteListUrlValidator.
Definition at line 23 of file class.ilWhiteListUrlValidator.php.
| ilWhiteListUrlValidator::__construct | ( | string | $url, |
| array | $whitelist | ||
| ) |
ilWhiteListUrlValidator constructor.
| string | $url | |
| string[] | $whitelist |
Definition at line 34 of file class.ilWhiteListUrlValidator.php.
References $url, and $whitelist.
| ilWhiteListUrlValidator::isValid | ( | ) |
Definition at line 65 of file class.ilWhiteListUrlValidator.php.
References isValidDomain().
Here is the call graph for this function:
|
private |
Definition at line 42 of file class.ilWhiteListUrlValidator.php.
Referenced by isValid().
Here is the caller graph for this function:
|
protected |
Definition at line 25 of file class.ilWhiteListUrlValidator.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilWhiteListUrlValidator.php.
Referenced by __construct().