1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 21:21:54 +02:00

Fixed Docs.

This commit is contained in:
Lóna Lore 2016-03-10 09:04:43 +01:00
parent 611dff4c06
commit a28248f1f1

@ -284,11 +284,11 @@ class e_library_manager
* ignored.
*
* @return
* An associative array of the library information as returned from info(). The top-level properties
* An associative array of the library information as returned from config(). The top-level properties
* contain the effective definition of the library (variant) that has been loaded. Additionally:
* - installed: Whether the library is installed, as determined by detectLibrary().
* - installed: Whether the library is installed, as determined by detect().
* - loaded: Either the amount of library files that have been loaded, or FALSE if the library could not be
* loaded. See MYPLUGIN_library::info() for more information.
* loaded. See MYPLUGIN_library::config() for more information.
*/
public function load($name, $variant = null)
{