Extends
lithium\console\Command
This is a task with required args.
Parameters
- string $arg1
- string $arg2
Returns
booleanSource
public function sampleTaskWithRequiredArgs($arg1, $arg2) {
return true;
}
public function sampleTaskWithRequiredArgs($arg1, $arg2) {
return true;
}