[final, inherited]
Setter for controller name.
Definition at line 47 of file class_BaseCommand.php.
References BaseCommand.$controllerName.
00047 { 00048 $this->controllerName = (string) $controllerName; 00049 }