PHP Интерфейс Cache\Taggable\TaggableItemInterface

Автор: Tobias Nyholm ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
addTag ( string $tag ) Append a tag.
getTags ( ) : array Get an array with the tags.
setTags ( array $tags ) Replace the current tags with a new set of tags.

Описание методов

addTag() публичный Метод

Append a tag.
public addTag ( string $tag )
$tag string

getTags() публичный Метод

Get an array with the tags.
public getTags ( ) : array
Результат array

setTags() публичный Метод

Replace the current tags with a new set of tags.
public setTags ( array $tags )
$tags array