Overview

Namespaces

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

Classes

  • SimpleSplitter

Interfaces

  • SplitterInterface
  • Overview
  • Namespace
  • Class
  • Tree

Class SimpleSplitter

SimpleSplitter

Simply split the text with explode and count occurrence.

Jity\TagGeneratorBundle\Splitter\SimpleSplitter implements Jity\TagGeneratorBundle\Splitter\SplitterInterface
Namespace: Jity\TagGeneratorBundle\Splitter
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Uses: Jity\TagGeneratorBundle\Splitter\SplitterInterface
Located at Splitter/SimpleSplitter.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

Implementation of

Jity\TagGeneratorBundle\Splitter\SplitterInterface::process()
API documentation generated by ApiGen 2.8.0