| 1 | <?php |
||
| 5 | class Site { |
||
| 6 | |||
| 7 | /** |
||
| 8 | * Add URLs to the allowed pages when in walled garden |
||
| 9 | * |
||
| 10 | * @param string $hook the name of the hook |
||
| 11 | * @param string $type the type of the hook |
||
| 12 | * @param array $return_value current return value |
||
| 13 | * @param mixed $params supplied params |
||
| 14 | * |
||
| 15 | * @return array |
||
| 16 | */ |
||
| 17 | public static function publicPages($hook, $type, $return_value, $params) { |
||
| 23 | } |
||
| 24 |