메소드 |
설명 |
|
__construct ( $url = null, $environment = null ) |
|
|
getAnalyticsKey ( ) : string |
Returns the analytics key. |
|
getCountry ( ) : string |
Returns the country to which this url leads. |
|
getEnvironment ( ) : string |
Returns the environment. |
|
getLanguage ( ) : string |
Returns the language to which this url leads. |
|
getRedirect ( ) : string |
Returns the redirect url. |
|
getSegment ( ) : string |
Returns the segment to which this url leads. |
|
getUrl ( ) : string |
Returns the url. |
|
isMain ( ) : boolean |
Return main flag. |
|
setAnalyticsKey ( string $analyticsKey ) |
Sets the analytics key for this url. |
|
setCountry ( string $country ) |
Sets the country to which this url leads. |
|
setEnvironment ( string $environment ) |
Sets the environment. |
|
setLanguage ( string $language ) |
Sets the language to which this url leads. |
|
setMain ( boolean $main ) |
Sets main flag. |
|
setRedirect ( string $redirect ) |
Sets the redirect for this url. |
|
setSegment ( string $segment ) |
Sets the segment to which this url leads. |
|
setUrl ( string $url ) |
Sets the url. |
|
toArray ( $depth = null ) |
|
|