projectCtrl
        
        extends jControllerCmdLine
    
    
            
            in package
            
        
    
    
    
Tags
Table of Contents
Properties
- $help : mixed
- Help.
- $allowed_options : mixed
- Options to the command line 'method_name' => array('-option_name' => true/false) true means that a value should be provided for the option on the command line.
- $allowed_parameters : mixed
- Parameters for the command line 'method_name' => array('parameter_name' => true/false) false means that the parameter is optional. All parameters which follow an optional parameter is optional.
Methods
- load() : mixed
Properties
$help
Help.
        public
            mixed
    $help
     = array('load' => 'Create repository
    parameters:
        nb             the number of loading iteration on each project
    Use:
        php lizmap/scripts/script.php lizmap~project:load nb
        ')
    
    
    
    
    
$allowed_options
Options to the command line 'method_name' => array('-option_name' => true/false) true means that a value should be provided for the option on the command line.
        protected
            mixed
    $allowed_options
     = array()
    
    
    
    
    
$allowed_parameters
Parameters for the command line 'method_name' => array('parameter_name' => true/false) false means that the parameter is optional. All parameters which follow an optional parameter is optional.
        protected
            mixed
    $allowed_parameters
     = array('load' => array('nb' => \true))
    
    
    
    
    
Methods
load()
    public
                    load() : mixed