PHP Class Mapper, spaghettiphp

Mostrar archivo Open project: spaghettiphp/spaghettiphp Class Usage Examples

Protected Properties

Property Type Description
$base
$domain
$here
$instance
$prefixes
$root
$routes

Public Methods

Method Description
base ( )
connect ( $url, $route )
disconnect ( $url )
domain ( )
filterAction ( $action )
getRoute ( $url )
here ( )
instance ( )
isExternal ( $path )
isHash ( $url )
isRoot ( $url )
match ( $check, $url = null )
normalize ( $url )
parse ( $url = null ) * Method: parse
prefix ( $prefix )
prefixes ( )
reverse ( $path )
root ( $controller = null )
unsetPrefix ( $prefix )
url ( $url, $full = false, $base = '/' )

Method Details

base() public static method

public static base ( )

connect() public static method

public static connect ( $url, $route )

disconnect() public static method

public static disconnect ( $url )

domain() public static method

public static domain ( )

filterAction() public static method

public static filterAction ( $action )

getRoute() public static method

public static getRoute ( $url )

here() public static method

public static here ( )

instance() public static method

public static instance ( )

isExternal() public static method

public static isExternal ( $path )

isHash() public static method

public static isHash ( $url )

isRoot() public static method

public static isRoot ( $url )

match() public static method

public static match ( $check, $url = null )

normalize() public static method

public static normalize ( $url )

parse() public static method

* Method: parse
public static parse ( $url = null )

prefix() public static method

public static prefix ( $prefix )

prefixes() public static method

public static prefixes ( )

reverse() public static method

public static reverse ( $path )

root() public static method

public static root ( $controller = null )

unsetPrefix() public static method

public static unsetPrefix ( $prefix )

url() public static method

public static url ( $url, $full = false, $base = '/' )

Property Details

$base protected_oe property

protected $base

$domain protected_oe property

protected $domain

$here protected_oe property

protected $here

$instance protected_oe static_oe property

protected static $instance

$prefixes protected_oe property

protected $prefixes

$root protected_oe property

protected $root

$routes protected_oe property

protected $routes