Inherited Variables
Inherited Constants
Inherited Methods
Class: Teeple_Converter
- Teeple_Converter::convert()
- Converterを実行します。 子クラスで実装されるexecuteメソッドを呼び出します。
- Teeple_Converter::execute()
- 実際のConverterロジックです。子クラスで実装します。
Class Details
全角英数字を半角に変換する
[ Top ]
Class Variables
Class Methods
convertMethod
void convertMethod(
$value)
[line 26]
Tags:
- access - protected
Overrides Teeple_Converter_MbConvertBase::convertMethod() (parent method not documented)
Parameters:
- $value -
[ Top ]