Hi,

I did not follow the whole getter / setter discussion completely and just have read the RFC https://wiki.php.net/rfc/propertygetsetsyntax-as-implemented .

I just wanted to know if the new getter/setter syntax will provide getter/setter methods as well, so I can use fluent-interfaces?

$foo->setBar("a")->doSomething();

Or will I have to write getter / setter methods myself if I want to do this?

Thanks,
christoph


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

Reply via email to