Fixing notice errors caused by undefined property.

This commit is contained in:
mark_story 2011-08-06 21:12:48 -04:00
parent 2f079b33dd
commit be262f30f0

View file

@ -126,6 +126,13 @@ class ConsoleOptionParser {
*/
protected $_subcommands = array();
/**
* Command name.
*
* @var string
*/
protected $_command = '';
/**
* Construct an OptionParser so you can define its behavior
*