PHP 클래스 Mapper, spaghettiphp

파일 보기 프로젝트 열기: spaghettiphp/spaghettiphp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$base
$domain
$here
$instance
$prefixes
$root
$routes

공개 메소드들

메소드 설명
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 = '/' )

메소드 상세

base() 공개 정적인 메소드

public static base ( )

connect() 공개 정적인 메소드

public static connect ( $url, $route )

disconnect() 공개 정적인 메소드

public static disconnect ( $url )

domain() 공개 정적인 메소드

public static domain ( )

filterAction() 공개 정적인 메소드

public static filterAction ( $action )

getRoute() 공개 정적인 메소드

public static getRoute ( $url )

here() 공개 정적인 메소드

public static here ( )

instance() 공개 정적인 메소드

public static instance ( )

isExternal() 공개 정적인 메소드

public static isExternal ( $path )

isHash() 공개 정적인 메소드

public static isHash ( $url )

isRoot() 공개 정적인 메소드

public static isRoot ( $url )

match() 공개 정적인 메소드

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

normalize() 공개 정적인 메소드

public static normalize ( $url )

parse() 공개 정적인 메소드

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

prefix() 공개 정적인 메소드

public static prefix ( $prefix )

prefixes() 공개 정적인 메소드

public static prefixes ( )

reverse() 공개 정적인 메소드

public static reverse ( $path )

root() 공개 정적인 메소드

public static root ( $controller = null )

unsetPrefix() 공개 정적인 메소드

public static unsetPrefix ( $prefix )

url() 공개 정적인 메소드

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

프로퍼티 상세

$base 보호되어 있는 프로퍼티

protected $base

$domain 보호되어 있는 프로퍼티

protected $domain

$here 보호되어 있는 프로퍼티

protected $here

$instance 보호되어 있는 정적으로 프로퍼티

protected static $instance

$prefixes 보호되어 있는 프로퍼티

protected $prefixes

$root 보호되어 있는 프로퍼티

protected $root

$routes 보호되어 있는 프로퍼티

protected $routes