CustomUrlHandlerInterface
                
            in
            
        
    
        
            interface for custom url handler.
Table of Contents
- create() : mixed
 - fill the given jurl object depending the jUrlAction object.
 - parse() : false|jUrlAction
 - create the jUrlAction corresponding to the given jUrl. Return false if it doesn't correspond.
 
Methods
create()
fill the given jurl object depending the jUrlAction object.
    public
                create(jUrlAction $urlact, jUrl $url) : mixed
    
        Parameters
- $urlact : jUrlAction
 - $url : jUrl
 
Return values
mixed —parse()
create the jUrlAction corresponding to the given jUrl. Return false if it doesn't correspond.
    public
                parse(jUrl $url) : false|jUrlAction
    
        Parameters
- $url : jUrl
 
