1 | <?php |
||
6 | class ErrorPageFileExtension extends DataExtension { |
||
7 | |||
8 | /** |
||
9 | * Used by {@see File::handle_shortcode} |
||
10 | * |
||
11 | * @param int $statusCode HTTP Error code |
||
12 | * @return DataObject Substitute object suitable for handling the given error code |
||
13 | */ |
||
14 | public function getErrorRecordFor($statusCode) { |
||
17 | |||
18 | } |
||
19 |