jIUrlSignificantHandler
in
interface for user url handler
Tags
Table of Contents
- create() : mixed
- fill the given jurl object depending the jUrlAction object
- parse() : jUrlAction|false
- 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) : jUrlAction|false
Parameters
- $url : jUrl