rfc:typed-properties-v2

Differences

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

Link to this comparison view

Next revision
Previous revision
rfc:typed-properties-v2 [2016/11/21 14:38] – created bwoebirfc:typed-properties-v2 [2018/09/13 10:15] (current) – Mark as superseded nikic
Line 3: Line 3:
   * Date: 2016-11-21   * Date: 2016-11-21
   * Author: Bob Weinand <bobwei9@hotmail.com>   * Author: Bob Weinand <bobwei9@hotmail.com>
-  * Status: In Draft+  * Status: Superseded
   * Original RFC at: https://wiki.php.net/rfc/typed-properties by Joe Watkins <krakjoe@php.net>, Phil Sturgeon <philstu@php.net>   * Original RFC at: https://wiki.php.net/rfc/typed-properties by Joe Watkins <krakjoe@php.net>, Phil Sturgeon <philstu@php.net>
   * First published: https://wiki.php.net/rfc/typed-properties-v2   * First published: https://wiki.php.net/rfc/typed-properties-v2
  
-Following the raging success of PHP 7.0 additions [[https://wiki.php.net/rfc/scalar_type_hints_v5|scalar type hints]] and [[https://wiki.php.net/rfc/return_types|return types]], the next logical step is to provide optional typed properties.+**Warning: This RFC has been superseded by the [[https://wiki.php.net/rfc/typed_properties_v2|Typed Properties 2.0]] RFC.**
  
 ===== Introduction ===== ===== Introduction =====
  
-Typed Properties allow for an optional identifier in the definition, after the visibility scope, which contains the type the property should allow.+Following the raging success of PHP 7.0 additions [[https://wiki.php.net/rfc/scalar_type_hints_v5|scalar type hints]] and [[https://wiki.php.net/rfc/return_types|return types]], the next logical step is to provide optional typed properties. Typed Properties allow for an optional identifier in the definition, after the visibility scope, which contains the type the property should allow.
  
 ===== Proposal ===== ===== Proposal =====
rfc/typed-properties-v2.1479739126.txt.gz · Last modified: 2017/09/22 13:28 (external edit)