| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class PrivacyPolicy extends Agreement |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Everything starts here. |
||
| 25 | * |
||
| 26 | * @param string $language the wanted language of the privacy policy. |
||
| 27 | * @param string $backup_dir where to store the backup of the privacy policy. |
||
| 28 | */ |
||
| 29 | public function __construct($language, $backup_dir = null) |
||
| 38 |