메소드 |
설명 |
|
__construct ( ) |
Class constructor. |
|
getBaseUri ( ) : string |
Getter for baseUri. |
|
getClass ( ) : string |
Get class name from the url. |
|
getDefaultController ( ) |
Getter for default controller. |
|
getMethod ( $default = 'index' ) : string |
Get method name from the url. |
|
getRequests ( $segment = 2 ) : array |
Get "GET" request from the url. |
|
isHttps ( ) : boolean |
Does this site use https? |
|
path ( $segment = false ) : string |
Break the string given from extractUriString() into class, method and request. |
|
removeQuery ( $path ) : string |
Clean the 'standard' model query. |
|
setDefaultController ( string $defaultController ) |
Setter for default controller. |
|
stripUriString ( $uri ) : boolean |
Cleaner for class and method name. |
|