/** * * Generic command. * */ class {:class} extends {:extends} { /** * * Execute generic command. * * @return void * */ protected function _exec() { $this->_outln('TEXT_WELCOME'); } }