sfBaseTask.php
Symfony 1.x sfBaseTask — standalone shim.
Boots Laravel DB instead of Symfony. Provides the full sfBaseTask API surface used by all 98 AHG plugin tasks so they run without base AtoM.
API surface replicated:
- configure(): namespace, name, briefDescription, detailedDescription
- addOptions() / addArguments(): sfCommandOption / sfCommandArgument
- execute($arguments, $options): main entry point
- logSection() / log(): console output
- createTask(): create subtask instance
- $this->configuration: ProjectConfiguration compat