lithium\tests\mocks\console\command\MockCommandHelp::sampleTaskWithOptionalArgs PHP Method

sampleTaskWithOptionalArgs() public method

This is a task with optional args.
public sampleTaskWithOptionalArgs ( string $arg1 = null, string $arg2 = null ) : boolean
$arg1 string
$arg2 string
return boolean
    public function sampleTaskWithOptionalArgs($arg1 = null, $arg2 = null)
    {
        return true;
    }