out('This is the main method called from SampleShell'); } /** * derp method * * @return void */ public function derp() { $this->out('This is the example method called from TestPlugin.SampleShell'); } }