Browse Source

doc fix

tags/2.0.0-alpha
Carsten Brandt 11 years ago
parent
commit
7bb4826a0b
  1. 2
      framework/yii/i18n/MessageFormatter.php

2
framework/yii/i18n/MessageFormatter.php

@ -116,7 +116,7 @@ class MessageFormatter extends Component
* Parses an input string according to an [ICU message format](http://userguide.icu-project.org/formatparse/messages) pattern. * Parses an input string according to an [ICU message format](http://userguide.icu-project.org/formatparse/messages) pattern.
* *
* It uses the PHP intl extension's [MessageFormatter::parse()](http://www.php.net/manual/en/messageformatter.parsemessage.php) * It uses the PHP intl extension's [MessageFormatter::parse()](http://www.php.net/manual/en/messageformatter.parsemessage.php)
* and works around some issues. * and adds support for named arguments.
* Usage of this method requires PHP intl extension to be installed. * Usage of this method requires PHP intl extension to be installed.
* *
* @param string $pattern The pattern to use for parsing the message. * @param string $pattern The pattern to use for parsing the message.

Loading…
Cancel
Save