Carsten Brandt
8be4f3778a
updated properties of extensions
11 years ago
Carsten Brandt
913eb62294
updated phpdoc and fixed generator read/write-only annotation
11 years ago
Alexander Mohorev
51211898f8
Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis.
11 years ago
Alexander Makarov
1f6a823073
Short array syntax
11 years ago
Alexander Makarov
b873f9f242
Fixes #915 : helper classes renamed again
11 years ago
Alexander Makarov
558f499439
Renamed YiiBase to AbstractYii
11 years ago
Carsten Brandt
91c16782ef
finalized PhpDocController
...
- cleanup API and usage, add documetation link
- introduced @property feature in getter or setter which has precedence
over @return or @param tag if present
11 years ago
Carsten Brandt
c582e589d2
added note about differing property types
11 years ago
Carsten Brandt
8366cb6e67
allow [] in property doc type
11 years ago
Carsten Brandt
6405c4f349
added proper word wrapping and note about read/writeonly properties
11 years ago
Carsten Brandt
f870162535
fixed indentation of PhpDocController and sort properties alphabetically
11 years ago
Carsten Brandt
1c9b9681a7
phpdoc command skip classes that do not extend Object
11 years ago
Carsten Brandt
df21e10c5d
fixed postioning of property tags in php-doc command
11 years ago
Carsten Brandt
14181b2be0
Update PHPDoc command to update classfiles automatically
11 years ago
Carsten Brandt
fa2a48c684
ported @property phpdoc generator from yii 1.1
...
fixes #822
11 years ago