MyBuilder\Package\ToDo\InMemoryTaskRepository::fetchAll PHP Method

fetchAll() public method

public fetchAll ( )
    public function fetchAll()
    {
        return $this->tasks;
    }
InMemoryTaskRepository