Home
last modified time | relevance | path

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

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