Home
last modified time | relevance | path

Searched refs:brigade (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DBucket.php96 public function __construct(&$brigade, $is = self::IS_A_BRIGADE, $buffer = '') argument
101 $this->setBrigade($brigade);
103 $this->setBucket(stream_bucket_new($brigade, $buffer));
223 protected function setBrigade(&$brigade) argument
226 $this->_brigade = $brigade;
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php64 ->given($brigade = 'foo')
65 ->when($result = new SUT($brigade, SUT::IS_A_BRIGADE))
70 ->isIdenticalTo($brigade)