i18n\Formatter asRaw()

asRaw() public method

Formats the value as is without any formatting.

This method simply returns back the parameter without any format. The only exception is a null value which will be formatted using $nullDisplay.

public string asRaw ( $value )
$value mixed

The value to be formatted.

return string

The formatted result.

doc_Yii
2016-10-30 17:06:00
Comments
Leave a Comment

Please login to continue.