| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class ilWhiteListUrlValidator. More...
 Collaboration diagram for ilWhiteListUrlValidator:Public Member Functions | |
| __construct (private string $url, array $whitelist) | |
| ilWhiteListUrlValidator constructor.  More... | |
| isValid () | |
Private Member Functions | |
| isValidDomain (string $domain) | |
Private Attributes | |
| array | $whitelist | 
Class ilWhiteListUrlValidator.
Definition at line 23 of file class.ilWhiteListUrlValidator.php.
| ilWhiteListUrlValidator::__construct | ( | private string | $url, | 
| array | $whitelist | ||
| ) | 
ilWhiteListUrlValidator constructor.
| string[] | $whitelist | 
Definition at line 32 of file class.ilWhiteListUrlValidator.php.
References $whitelist.
| ilWhiteListUrlValidator::isValid | ( | ) | 
Definition at line 62 of file class.ilWhiteListUrlValidator.php.
References isValidDomain().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 39 of file class.ilWhiteListUrlValidator.php.
Referenced by isValid().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 26 of file class.ilWhiteListUrlValidator.php.
Referenced by __construct().