Function _env
Get the parameter value by name defined in /inc/parameter/parameter.env.inc
Package: PHPLucidFrame\Core
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at lc.php
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at lc.php
string |
$name |
The parameter name in dot annotation format such as <code>prod.db.default.database</code> |
mixed |
$default = '' |
The default value if the parameter name doesn't exist |
mixed
|
The value defined in /inc/parameter/parameter.env.inc
|