| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 34 | class LdapManagerSettings extends StandardManagerSettings implements LdapManagerSettingsInterface |
||
| 35 | { |
||
| 36 | |||
| 37 | /** |
||
| 38 | * The default base directory containing additional configuration information. |
||
| 39 | * |
||
| 40 | * @var string |
||
| 41 | */ |
||
| 42 | const BASE_DIRECTORY = 'META-INF'; |
||
| 43 | |||
| 44 | /** |
||
| 45 | * Initialize the default session settings. |
||
| 46 | */ |
||
| 47 | public function __construct() |
||
| 52 |