Documented component accessors with @property for significantly better IDE autocomplete

This commit is contained in:
alexander.makarow
2011-10-25 00:01:09 +00:00
parent fe3a175e91
commit 646cbb2b9a
86 changed files with 473 additions and 74 deletions

View File

@@ -12,6 +12,8 @@
/**
* ShellCommand executes the specified Web application and provides a shell for interaction.
*
* @property string $help The help information for the shell command.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Id$
* @package system.cli.commands