mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix availability of reflaectionParameter::isOptional()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189174 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c2d41da60c
commit
da90167c1b
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<sect1 id="language.oop5.reflection">
|
||||
<title>Reflection</title>
|
||||
<sect2 id="language.oop5.reflection.introduction">
|
||||
|
@ -249,9 +249,9 @@ class ReflectionParameter implements Reflector
|
|||
<note>
|
||||
<para>
|
||||
<function>getDefaultValue</function>,
|
||||
<function>isArray</function>,
|
||||
<function>isDefaultValueAvailable</function>,
|
||||
<function>isOptional</function> were added in PHP 5.1.0.
|
||||
<function>isArray</function> and
|
||||
<function>isDefaultValueAvailable</function> were added in PHP 5.1.0,
|
||||
while <function>isOptional</function> was added in PHP 5.0.3.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue