Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DBucket.php54 const IS_A_BRIGADE = true; define in Hoa\\Stream\\Bucket
96 public function __construct(&$brigade, $is = self::IS_A_BRIGADE, $buffer = '')
100 if (self::IS_A_BRIGADE === $this->getType()) {
262 if (null === $this->_bucket && self::IS_A_BRIGADE === $this->getType()) {
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php55 ->boolean(SUT::IS_A_BRIGADE)
65 ->when($result = new SUT($brigade, SUT::IS_A_BRIGADE))
68 ->isEqualTo(SUT::IS_A_BRIGADE)