Bob\Task::clear PHP Method

clear() public method

# Returns nothing.
public clear ( )
    function clear()
    {
        $this->actions = new \SplDoublyLinkedList();
        $this->prerequisites = null;
    }