mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Commented out getDeclaringFunction() & getPosition()
(See bug#41525) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236598 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7df9251819
commit
66c069ab58
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<sect1 id="language.oop5.reflection">
|
||||
<title>Reflection</title>
|
||||
<sect2 id="language.oop5.reflection.introduction">
|
||||
|
@ -246,13 +246,11 @@ class ReflectionParameter implements Reflector
|
|||
public static string export(mixed function, mixed parameter, bool return)
|
||||
public string getName()
|
||||
public bool isPassedByReference()
|
||||
public ReflectionFunction getDeclaringFunction()
|
||||
public ReflectionClass getDeclaringClass()
|
||||
public ReflectionClass getClass()
|
||||
public bool isArray()
|
||||
public bool allowsNull()
|
||||
public bool isPassedByReference()
|
||||
public bool getPosition()
|
||||
public bool isOptional()
|
||||
public bool isDefaultValueAvailable()
|
||||
public mixed getDefaultValue()
|
||||
|
@ -267,8 +265,10 @@ class ReflectionParameter implements Reflector
|
|||
<function>isDefaultValueAvailable</function> and
|
||||
<function>isOptional</function> were added in PHP 5.0.3,
|
||||
while <function>isArray</function> was added in PHP 5.1.0.
|
||||
<!-- These are still ifdefed out
|
||||
<function>getDeclaringFunction</function> and
|
||||
<function>getPosition</function> were added in PHP 5.1.3.
|
||||
-->
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue