PHP Interface Nayjest\Grids\Components\Base\TaggableInterface

Show file Open project: nayjest/grids

Public Methods

Method Description
getTags ( ) : array
hasTag ( string $tagName ) : boolean
hasTags ( array $tagNames ) : boolean
setTags ( array $tagNames )

Method Details

getTags() public method

Deprecation:
public getTags ( ) : array
return array

hasTag() public method

Deprecation:
public hasTag ( string $tagName ) : boolean
$tagName string
return boolean

hasTags() public method

Deprecation:
public hasTags ( array $tagNames ) : boolean
$tagNames array
return boolean

setTags() public method

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