PHP Interface Nayjest\Grids\Components\Base\TaggableInterface

Afficher le fichier Open project: nayjest/grids

Méthodes publiques

Méthode Description
getTags ( ) : array
hasTag ( string $tagName ) : boolean
hasTags ( array $tagNames ) : boolean
setTags ( array $tagNames )

Method Details

getTags() public méthode

Deprecation:
public getTags ( ) : array
Résultat array

hasTag() public méthode

Deprecation:
public hasTag ( string $tagName ) : boolean
$tagName string
Résultat boolean

hasTags() public méthode

Deprecation:
public hasTags ( array $tagNames ) : boolean
$tagNames array
Résultat boolean

setTags() public méthode

Deprecation:
public setTags ( array $tagNames )
$tagNames array