PHP Interface Sulu\Bundle\WebsiteBundle\Analytics\AnalyticsManagerInterface

Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
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.

Method Details

create() public méthode

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

find() public méthode

Returns key by id.
public find ( integer $id ) : Analytics
$id integer
Résultat Sulu\Bundle\WebsiteBundle\Entity\Analytics

findAll() public méthode

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

remove() public méthode

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

removeMultiple() public méthode

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

update() public méthode

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