/** * @param AsgardTask $task * @return boolean */ public function matches($task) { return $task->getStatus() === AsgardTask::STATUS_COMPLETED; }