rfc:callable-types

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
rfc:callable-types [2016/05/23 13:59] – added a chapter about Reflection nikita2206rfc:callable-types [2016/05/23 14:12] nikita2206
Line 1: Line 1:
-====== PHP RFC: Callable Types ======+====== PHP RFC: Callable Prototypes ======
   * Version: 1.0   * Version: 1.0
   * Date: 2015-08-27   * Date: 2015-08-27
   * Authors: Nikita Nefedov <inefedor@gmail.com>, Márcio Almada <marcio3w@gmail.com>   * Authors: Nikita Nefedov <inefedor@gmail.com>, Márcio Almada <marcio3w@gmail.com>
-  * Status: Under Discussion+  * Status: Voting
   * First Published at: http://wiki.php.net/rfc/callable-types   * First Published at: http://wiki.php.net/rfc/callable-types
  
Line 399: Line 399:
      */      */
     public function getName(): string;     public function getName(): string;
- 
-    /** 
-     * Tells whether type of the parameter is a class 
-     */     
-    public function isClassType(): bool; 
-     
-    /** 
-     * Returns ReflectionClass instance representing class typehinted class 
-     */ 
-    public function getClass(): ReflectionClass; 
  
     /**     /**
Line 480: Line 470:
  
 This RFC requires a 2/3 majority to pass. This RFC requires a 2/3 majority to pass.
 +
 +<doodle title="Accept callable prototypes?" auth="nikita2206" voteType="single" closed="false">
 +   * Yes
 +   * No
 +</doodle>
  
 ===== Patches and Tests ===== ===== Patches and Tests =====
rfc/callable-types.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1