PHP Trait Nayjest\Grids\Components\Base\TTaggable

Show file Open project: nayjest/grids

Protected Properties

Property Type Description
$tags

Public Methods

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

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 $tags )
$tags array

Property Details

$tags protected property

protected $tags