FirstUpperCaseFilter class

This filter makes only the first letter upper case.

Class Overview

This filter makes only the first letter upper case.

The rest of the string is converted to lowercase.

Public Methods

filter($value)

Applies the FirstUppercaseFilter to the passed value.

Parameters

$value

The value to filter.

Return value

The filtered string with the first character converted uppercase, the remainder to lowercase.

Inheritance

Base Classes

Inherited members