2012/10/13 Clint Priest <cpri...@zerocue.com> > Interfaces are used to define what methods must be present, properties > are not allowed. >
Yes, so no one should be correct, right? I mean, yes the first declaration implies some code; but for the interface, it's still a property definition. > *From:* amaury.bouch...@gmail.com [mailto:amaury.bouch...@gmail.com] *On > Behalf Of *Amaury Bouchard > *Sent:* Saturday, October 13, 2012 5:06 AM > *To:* Nikita Popov > *Cc:* Benjamin Eberlei; Clint Priest; internals@lists.php.net > > *Subject:* Re: [PHP-DEV] [PHP-DEV [RFC] Property Accessors v1.2**** > > ** ** > > 2012/10/13 Nikita Popov <nikita....@gmail.com>**** > > interface Foo {**** > > // this is okay > public $abc { get; set; } > > // this is invalid > public $abc; > }**** > > ** ** > > Sorry, I missed something. Why the first should be correct but not the > second one?**** > > For me it's exactly the same thing.**** >