$defaultConfig
$defaultConfig :
Default config that will be replaced by *.dephpugger.yml* file
Class to get the default config using file *.dephpugger.yml*
getConfig() : array
Get the attribute config
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///src/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///src/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293$config
configure()
Read the file (if exists) .dephpugger.yml
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///src/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///src/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293getPathFile()
Get path of file *.dephpugger.yml*
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///src/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///src/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293getConfigFromFile() : array
Get configuration from file *.dephpugger.yml*[
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///src/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///src/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293$config
__get( $key) : array|null
Magit Method to get config as an attribute
$key |
setNewDebuggerValue(string $key, string $value) : void
Change the attribute in configuration debugger
string | $key | Indicates the debugger's attribute |
string | $value | Indicates the new value |