Home
last modified time | relevance | path

Searched refs:propertyNotExists (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md56 * added `Assert::propertyNotExists()`
H A DREADME.md183 `propertyNotExists($value, $property, $message = '')` | Check that a property does not exist in a c…
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php931 public static function propertyNotExists($classOrObject, $property, $message = '') function in Webmozart\\Assert\\Assert