rfc:automatic_property_initialization

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
rfc:automatic_property_initialization [2014/01/31 18:52] – added internals reception and opened voting goohrfc:automatic_property_initialization [2014/02/01 13:51] – Lets be clear what is being voted on. salathe
Line 188: Line 188:
  
 The vote is for the current patch. You are solely voting on allowing $this->foo as constructor arguments. None of the other suggested features in this document are subject to vote. The vote is for the current patch. You are solely voting on allowing $this->foo as constructor arguments. None of the other suggested features in this document are subject to vote.
 +
 +The vote is to allow the following syntax, nothing more:
 +
 +    public function __construct($this->foo)
 +    {
 +    }
 +
 +**Notes**: The curly braces //must// be present. This syntax is //only// available for constructors. Only ''$this->'' is allowed, not ''$blah->''.
  
 Vote start: 2013/01/31 01:00 UTC Vote start: 2013/01/31 01:00 UTC
rfc/automatic_property_initialization.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1