Fix #74467: The fallback parameter of ResourceBundle::get is undocumented

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342390 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2017-04-19 15:59:31 +00:00
parent 2aaa257b45
commit b16044a088

View file

@ -17,6 +17,7 @@
<type>mixed</type>
<methodname>ResourceBundle::get</methodname>
<methodparam><type>string|int</type><parameter>index</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>fallback</parameter><initializer>&true;</initializer></methodparam>
</methodsynopsis>
<para>
&style.procedural;
@ -52,6 +53,14 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>fallback</parameter></term>
<listitem>
<para>
Whether locale should match exactly or fallback to parent locale is allowed.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>