PHP 클래스 Sulu\Bundle\WebsiteBundle\Entity\Analytics

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

public __construct ( )

addDomain() 공개 메소드

Add domain.
public addDomain ( Domain $domain ) : Analytics
$domain Domain
리턴 Analytics

clearDomains() 공개 메소드

Removes all domains.
public clearDomains ( )

getContent() 공개 메소드

Get content.
public getContent ( ) : string
리턴 string

getDomains() 공개 메소드

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

getId() 공개 메소드

Get id.
public getId ( ) : integer
리턴 integer

getTitle() 공개 메소드

Get title.
public getTitle ( ) : string
리턴 string

getType() 공개 메소드

Get type.
public getType ( ) : string
리턴 string

getWebspaceKey() 공개 메소드

Get webspace-key.
public getWebspaceKey ( ) : string
리턴 string

isAllDomains() 공개 메소드

Get allDomains.
public isAllDomains ( ) : boolean
리턴 boolean

removeDomain() 공개 메소드

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

setAllDomains() 공개 메소드

Set allDomains.
public setAllDomains ( boolean $allDomains ) : Analytics
$allDomains boolean
리턴 Analytics

setContent() 공개 메소드

Set content.
public setContent ( string $content ) : Analytics
$content string
리턴 Analytics

setTitle() 공개 메소드

Set title.
public setTitle ( string $title ) : Analytics
$title string
리턴 Analytics

setType() 공개 메소드

Set type.
public setType ( string $type ) : Analytics
$type string
리턴 Analytics

setWebspaceKey() 공개 메소드

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