Overview

Namespaces

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

Classes

  • SimpleSplitter

Interfaces

  • SplitterInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface SplitterInterface

SplitterInterface

Used by the TagGenerator to split the formated text into tokens so they can be procced by specified filters.

Direct known implementers

Jity\TagGeneratorBundle\Splitter\SimpleSplitter
Namespace: Jity\TagGeneratorBundle\Splitter
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Used by: Jity\TagGeneratorBundle\Splitter\SimpleSplitter
Located at Splitter/SplitterInterface.php
Methods summary
public array
# process( string $text )

process

process

Run splitter over specified text.

Parameters

$text
string
$text Text to split into tokens.

Returns

array
API documentation generated by ApiGen 2.8.0