Home
last modified time | relevance | path

Searched refs:isIterable (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md36 * added `Assert::isIterable()`
44 * deprecated `Assert::isTraversable()` in favor of `Assert::isIterable()`
H A DREADME.md107 `isIterable($value, $message = '')` | Check that a value is an array or a `\Tr…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTemplate.php114 protected function isIterable($value) function in Mustache_Template
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php361 public static function isIterable($value, $message = '') function in Webmozart\\Assert\\Assert
1107 static::isIterable($arguments[0]);