plugins
    
            
            in package
            
        
    
    
    
        
            This files contains all the classes that help improving nLive or the software based on it without altering the framework itself.
Tags
Table of Contents
- PRESET_URLTOSTRING = 'url_to_string'
- $plugins : mixed
- This array stores the list of plugins currently loaded.
- __call() : mixed
- register() : mixed
- Registers a new plugin, this is automatically called from the plugin constructor if it's not overriden. If you use it on your plugin please remmeber to call parent:: __contruct.
Constants
PRESET_URLTOSTRING
    public
    mixed
    PRESET_URLTOSTRING
    = 'url_to_string'
        
        
    
Properties
$plugins
This array stores the list of plugins currently loaded.
    private
        mixed
    $plugins
     = array()
    
        
    
Methods
__call()
    public
                __call(mixed $hook, mixed $args) : mixed
        
        Parameters
- $hook : mixed
- $args : mixed
Return values
mixed —register()
Registers a new plugin, this is automatically called from the plugin constructor if it's not overriden. If you use it on your plugin please remmeber to call parent:: __contruct.
    public
                register(plugin $plugin) : mixed
    
        Parameters
- $plugin : plugin