TagSet

TagSet

class TagSet (View source)

Methods

void __construct(Store $store, array $names = array())

Create a new TagSet instance.

void reset()

Reset all tags in the set.

string tagId(string $name)

Get the unique tag identifier for a given tag.

string getNamespace()

Get a unique namespace that changes when any of the tags are flushed.

string resetTag(string $name)

Reset the tag and return the new tag identifier.

string tagKey(string $name)

Get the tag identifier key for a given tag.

array getNames()

Get all of the tag names in the set.

doc_Laravel
2016-11-02 16:41:57
Comments
Leave a Comment

Please login to continue.