Add Class

Function to add a class to each Tag in this TagArray.

Prototype

public function addClass( $class )

Parameters

  • $class (string) - the class to add

Return

TagArray - this object for chaining