mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
document quoting change for message formatter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254328 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e1f481ec14
commit
a37f1785e6
3 changed files with 18 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="messageformatter.create">
|
||||
<refnamediv>
|
||||
<refname>MessageFormatter::create</refname>
|
||||
|
@ -57,7 +57,11 @@
|
|||
<term><parameter>pattern</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The pattern string to stick arguments into
|
||||
The pattern string to stick arguments into.
|
||||
The pattern uses an 'apostrophe-friendly' syntax; it is run through
|
||||
<link
|
||||
xlink:href="&url.icu.autoQuoteApostrophe;">umsg_autoQuoteApostrophe</link>
|
||||
before being interpreted.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="messageformatter.formatmessage">
|
||||
<refnamediv>
|
||||
<refname>MessageFormatter::formatMessage</refname>
|
||||
|
@ -54,7 +54,11 @@
|
|||
<term><parameter>pattern</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The pattern <type>string</type> to insert things into
|
||||
The pattern <type>string</type> to insert things into.
|
||||
The pattern uses an 'apostrophe-friendly' syntax; it is run through
|
||||
<link
|
||||
xlink:href="&url.icu.autoQuoteApostrophe;">umsg_autoQuoteApostrophe</link>
|
||||
before being interpreted.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="messageformatter.setpattern">
|
||||
<refnamediv>
|
||||
<refname>MessageFormatter::setPattern</refname>
|
||||
|
@ -47,7 +47,11 @@
|
|||
<term><parameter>pattern</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The pattern <type>string</type> to use in this message formatter
|
||||
The pattern <type>string</type> to use in this message formatter.
|
||||
The pattern uses an 'apostrophe-friendly' syntax; it is run through
|
||||
<link
|
||||
xlink:href="&url.icu.autoQuoteApostrophe;">umsg_autoQuoteApostrophe</link>
|
||||
before being interpreted.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue