[Web] update directorytree/ldaprecord
This commit is contained in:
@@ -45,6 +45,22 @@ interface Application extends Container
|
||||
*/
|
||||
public function databasePath($path = '');
|
||||
|
||||
/**
|
||||
* Get the path to the language files.
|
||||
*
|
||||
* @param string $path
|
||||
* @return string
|
||||
*/
|
||||
public function langPath($path = '');
|
||||
|
||||
/**
|
||||
* Get the path to the public directory.
|
||||
*
|
||||
* @param string $path
|
||||
* @return string
|
||||
*/
|
||||
public function publicPath($path = '');
|
||||
|
||||
/**
|
||||
* Get the path to the resources directory.
|
||||
*
|
||||
@@ -64,7 +80,7 @@ interface Application extends Container
|
||||
/**
|
||||
* Get or check the current application environment.
|
||||
*
|
||||
* @param string|array $environments
|
||||
* @param string|array ...$environments
|
||||
* @return string|bool
|
||||
*/
|
||||
public function environment(...$environments);
|
||||
@@ -83,6 +99,13 @@ interface Application extends Container
|
||||
*/
|
||||
public function runningUnitTests();
|
||||
|
||||
/**
|
||||
* Determine if the application is running with debug mode enabled.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function hasDebugModeEnabled();
|
||||
|
||||
/**
|
||||
* Get an instance of the maintenance mode manager implementation.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user