*/ interface TaskLogAwareInterface { /** * @param TaskLogInterface $taskLog */ public function setTaskLog(TaskLogInterface $taskLog); /** * @return TaskLogInterface */ public function getTaskLog(); }