Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md57 * added `Assert::methodExists()`
H A DREADME.md184 `methodExists($value, $method, $message = '')` | Check that a method exists in a class/object
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php941 public static function methodExists($classOrObject, $method, $message = '') function in Webmozart\\Assert\\Assert