PHP Class Sulu\Bundle\WebsiteBundle\Entity\Analytics

Show file Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
__construct ( )
addDomain ( Domain $domain ) : Analytics Add domain.
clearDomains ( ) Removes all domains.
getContent ( ) : string Get content.
getDomains ( ) : Doctrine\Common\Collections\Collection Get domains.
getId ( ) : integer Get id.
getTitle ( ) : string Get title.
getType ( ) : string Get type.
getWebspaceKey ( ) : string Get webspace-key.
isAllDomains ( ) : boolean Get allDomains.
removeDomain ( Domain $domain ) Remove domain.
setAllDomains ( boolean $allDomains ) : Analytics Set allDomains.
setContent ( string $content ) : Analytics Set content.
setTitle ( string $title ) : Analytics Set title.
setType ( string $type ) : Analytics Set type.
setWebspaceKey ( string $webspaceKey ) : Analytics Set webspace-key.

Method Details

__construct() public method

public __construct ( )

addDomain() public method

Add domain.
public addDomain ( Domain $domain ) : Analytics
$domain Domain
return Analytics

clearDomains() public method

Removes all domains.
public clearDomains ( )

getContent() public method

Get content.
public getContent ( ) : string
return string

getDomains() public method

Get domains.
public getDomains ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

getId() public method

Get id.
public getId ( ) : integer
return integer

getTitle() public method

Get title.
public getTitle ( ) : string
return string

getType() public method

Get type.
public getType ( ) : string
return string

getWebspaceKey() public method

Get webspace-key.
public getWebspaceKey ( ) : string
return string

isAllDomains() public method

Get allDomains.
public isAllDomains ( ) : boolean
return boolean

removeDomain() public method

Remove domain.
public removeDomain ( Domain $domain )
$domain Domain

setAllDomains() public method

Set allDomains.
public setAllDomains ( boolean $allDomains ) : Analytics
$allDomains boolean
return Analytics

setContent() public method

Set content.
public setContent ( string $content ) : Analytics
$content string
return Analytics

setTitle() public method

Set title.
public setTitle ( string $title ) : Analytics
$title string
return Analytics

setType() public method

Set type.
public setType ( string $type ) : Analytics
$type string
return Analytics

setWebspaceKey() public method

Set webspace-key.
public setWebspaceKey ( string $webspaceKey ) : Analytics
$webspaceKey string
return Analytics