| 1 | <?php |
||
| 2 | class DeploynautFileExtension extends DataExtension { |
||
| 3 | /** |
||
| 4 | * If this file is attached to a {@link DNDataArchive}, then we need to check security permissions, to ensure the |
||
| 5 | * currently logged in {@link Member} can download the file. |
||
| 6 | * |
||
| 7 | * This uses the secureassets module to provide the security of these assets. |
||
| 8 | */ |
||
| 9 | public function canDownload() { |
||
| 20 | } |
||
| 21 |