skoro/curl

addUrl shortcut ?

Closed this issue · 1 comments

skoro commented

How about this:

public function addUrl($url) {
    return $this->add(new Curl($url));
}
skoro commented

Implemented.