PHP 인터페이스 Sulu\Bundle\WebsiteBundle\Analytics\AnalyticsManagerInterface

파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
create ( string $webspaceKey, array $data ) : Analytics Create new key for given webspace.
find ( integer $id ) : Analytics Returns key by id.
findAll ( string $webspaceKey ) : Analytics[] Returns all analytics for given webspace.
remove ( integer $id ) Removes key with given id.
removeMultiple ( array $ids ) Removes key with given id.
update ( integer $id, array $data ) : Analytics Updates key with given id.

메소드 상세

create() 공개 메소드

Create new key for given webspace.
public create ( string $webspaceKey, array $data ) : Analytics
$webspaceKey string
$data array
리턴 Sulu\Bundle\WebsiteBundle\Entity\Analytics

find() 공개 메소드

Returns key by id.
public find ( integer $id ) : Analytics
$id integer
리턴 Sulu\Bundle\WebsiteBundle\Entity\Analytics

findAll() 공개 메소드

Returns all analytics for given webspace.
public findAll ( string $webspaceKey ) : Analytics[]
$webspaceKey string
리턴 Sulu\Bundle\WebsiteBundle\Entity\Analytics[]

remove() 공개 메소드

Removes key with given id.
public remove ( integer $id )
$id integer

removeMultiple() 공개 메소드

Removes key with given id.
public removeMultiple ( array $ids )
$ids array

update() 공개 메소드

Updates key with given id.
public update ( integer $id, array $data ) : Analytics
$id integer
$data array
리턴 Sulu\Bundle\WebsiteBundle\Entity\Analytics