Skip to content

Commit

Permalink
Add incomplete send() method to Adapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 20, 2012
1 parent 80f0b6f commit b869624
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Cake/Network/Http/Adapter/Stream.php
Expand Up @@ -19,4 +19,11 @@
*
*/
class Stream {

public function __construct() {
}

public function send($request, $options) {
}

}

0 comments on commit b869624

Please sign in to comment.