Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Cache
Taggable
TaggableItemInterface
PHP Interface Cache\Taggable\TaggableItemInterface
Author:
Tobias Nyholm (
[email protected]
)
Exibir arquivo
Open project: php-cache/cache
Interface Usage Examples
Public Methods
Method
Description
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.
Method Details
addTag()
public
method
Append a tag.
public
addTag
(
string
$tag
)
$tag
string
getTags()
public
method
Get an array with the tags.
public
getTags
( ) :
array
return
array
setTags()
public
method
Replace the current tags with a new set of tags.
public
setTags
(
array
$tags
)
$tags
array