Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/webmozart/assert/
DCHANGELOG.md55 * added `Assert::propertyExists()`
DREADME.md182 `propertyExists($value, $property, $message = '')` | Check that a property exists in a class/obj…
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
DAssert.php921 public static function propertyExists($classOrObject, $property, $message = '') function in Webmozart\\Assert\\Assert