Overview

Namespaces

  • Jity
    • TagGeneratorBundle
      • DependencyInjection
      • Entity
      • Filter
      • Formater
      • Splitter
      • Tests
        • Filter
        • Fixture
        • Formater
        • Splitter

Classes

  • Tag
  • TagCollection
  • Overview
  • Namespace
  • Class
  • Tree

Class TagCollection

TagCollection

Collection which holds all tags to a given source text.

Doctrine\Common\Collections\ArrayCollection
Extended by Jity\TagGeneratorBundle\Entity\TagCollection

Direct known subclasses

Jity\TagGeneratorBundle\Tests\Fixture\PreparedTagCollection
Namespace: Jity\TagGeneratorBundle\Entity
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Uses: ArrayCollection
Used by: Jity\TagGeneratorBundle\Tests\Fixture\PreparedTagCollection
Located at Entity/TagCollection.php
Methods summary
public
# __construct( array $tokens )

__construct

__construct

Initializes a new TagCollection.

Parameters

$tokens
array
$tokens Tokens processed by a splitter
public Jity\TagGeneratorBundle\Entity\TagCollection
# setSource( string $source )

setSource

setSource

Set the source text to the collection.

Parameters

$source
string
$source Text to set as source

Returns

Jity\TagGeneratorBundle\Entity\TagCollection
public text
# getSource( )

getSource

getSource

Receive the text source of the collection.

Returns

text
API documentation generated by ApiGen 2.8.0