On Wed, Sep 25, 2013 at 4:31 PM, Daevid Vincent wrote:
> Then I randomly stumbled upon this PHPDoc @ method tag and my whole world
> is brighter today than it has been for the past, oh let's say DECADE!
Yes, @method and @property are very handy. Out of curiosity, since you're
providing magic g
I use a base.class that most classes extend from. That class uses the lovely
Magic Methods for overloading __get() and __set()
http://php.net/manual/en/language.oop5.magic.php
However (in Zend Studio for example) when I try to auto-assist a property
$foo I don't see that it has a get() or set() m
2 matches
Mail list logo