PHP Интерфейс Sulu\Bundle\WebsiteBundle\Analytics\AnalyticsManagerInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
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