Home
last modified time | relevance | path

Searched refs:isInstanceOfAny (Results 1 – 3 of 3) sorted by last modified time

/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md35 * added `Assert::isInstanceOfAny()`
H A DREADME.md110 `isInstanceOfAny($value, array $classes, $message = '')` | Check that a value is an `instanceof` a …
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php393 public static function isInstanceOfAny($value, array $classes, $message = '') function in Webmozart\\Assert\\Assert