lithium\core\Libraries::$_default
Stores the name of the default library. When adding a library configuration to the
application, if the 'default'
option flag is set to true
, the name of the library will
be assigned. To retrieve the default library's configuration, use Libraries::get(true)
.
Source
protected static $_default;