On 8 August 2013 17:16, Leigh <lei...@gmail.com> wrote:
> On 8 August 2013 14:12, Matthieu Napoli <matth...@mnapoli.fr> wrote:
>
>> class MyClass {
>>   public $foo;
>>   protected $bar;
>>
>>   public function __construct($this->foo, $this->bar, $baz) {
>>     // $this->foo and $this->bar are now set
>>
>
> This actually feels _way_ more intuitive to me, it feels like you are
> passing the parameter directly into that property.
>
> With that style, why even limit it to the ctor?
>
> function mySetter(array $this->items) {}


Awww. No :-/

Sorry, I have no more words on that topic.


-- 
Regards,
Mike

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to