Overview

Namespaces

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

Classes

  • SimpleFormater

Interfaces

  • FormaterInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface FormaterInterface

FormaterInterface

Used by the TagGenerator to format the text before a splitter and specified filters can be applied to the text.

Direct known implementers

Jity\TagGeneratorBundle\Formater\SimpleFormater
Namespace: Jity\TagGeneratorBundle\Formater
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Located at Formater/FormaterInterface.php
Methods summary
public string
# process( string $text )

process

process

Run formater over specified text.

Parameters

$text
string
$text Text to format. (eg. strip non-word chars)

Returns

string
API documentation generated by ApiGen 2.8.0