Метод | Описание | |
---|---|---|
__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 ) |
public getAnalyticsKey ( ) : string | ||
Результат | string |
public getCountry ( ) : string | ||
Результат | string |
public getEnvironment ( ) : string | ||
Результат | string |
public getLanguage ( ) : string | ||
Результат | string |
public getRedirect ( ) : string | ||
Результат | string |
public getSegment ( ) : string | ||
Результат | string |
public setAnalyticsKey ( string $analyticsKey ) | ||
$analyticsKey | string |
public setCountry ( string $country ) | ||
$country | string |
public setEnvironment ( string $environment ) | ||
$environment | string |
public setLanguage ( string $language ) | ||
$language | string |
public setRedirect ( string $redirect ) | ||
$redirect | string |
public setSegment ( string $segment ) | ||
$segment | string |