PHP Class Jarves\Model\Domain

Inheritance: extends Jarves\Model\Base\Domain
Exibir arquivo Open project: jarves/jarves Class Usage Examples

Public Methods

Method Description
getRealDomain ( ) : string
getThemeOptions ( )
getUrl ( boolean $pSSL = null ) : string Returns the full url, with http/s, hostname and language prefix.
setRealDomain ( string $pRealDomain )
setThemeOptions ( $v )

Method Details

getRealDomain() public method

public getRealDomain ( ) : string
return string

getThemeOptions() public method

public getThemeOptions ( )

getUrl() public method

Returns the full url, with http/s, hostname and language prefix.
public getUrl ( boolean $pSSL = null ) : string
$pSSL boolean
return string

setRealDomain() public method

public setRealDomain ( string $pRealDomain )
$pRealDomain string

setThemeOptions() public method

public setThemeOptions ( $v )