lithium\tests\mocks\console\command\MockCommandHelp::run PHP 메소드

run() 공개 메소드

This is the run command so don't show it.
public run ( ) : boolean
리턴 boolean
    public function run()
    {
        return true;
    }