Home
last modified time | relevance | path

Searched refs:hasMethod (Results 1 – 25 of 29) sorted by last modified time

12

/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php199 if ($this->useCloneMethod && $reflectedObject->hasMethod('__clone')) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php202 if ($reflection->hasMethod($method)) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVEvent.php116 $hasMethod = isset($this->parent->METHOD);
120 'DTSTART' => $hasMethod?'?':'1',
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1hasMethod(handler, 'handle', {\n moduleName: 'workbox-routing',\n cl…
H A Dworkbox-bed83ea8.js.map1hasMethod(handler, 'handle', {\n moduleName: 'workbox-routing',\n cl…
H A Dworkbox-f163abaa.js.map1hasMethod(handler, 'handle', {\n moduleName: 'workbox-routing',\n cl…
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVEvent.php107 $hasMethod = isset($this->parent->METHOD);
112 'DTSTART' => $hasMethod ? '?' : '1',
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVEvent.php116 $hasMethod = isset($this->parent->METHOD);
120 'DTSTART' => $hasMethod?'?':'1',
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php188 if ($this->useCloneMethod && $reflectedObject->hasMethod('__clone')) {
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php196 return $reflection->isCloneable() && ! $reflection->hasMethod('__clone');
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DStatic.php188 if ($cloneable === null && $object->hasMethod('__clone')) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php77 if (!$class->hasMethod($methodName)) {
363 if (!$class->hasMethod($name)) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php247 if (empty($arguments) || false === $class->hasMethod('__construct')) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DPropertyMetadata.php160 …if ($class->hasMethod('get' . $this->name) && $class->getMethod('get' . $this->name)->isPublic()) {
162 …} elseif ($class->hasMethod('is' . $this->name) && $class->getMethod('is' . $this->name)->isPublic…
164 …} elseif ($class->hasMethod('has' . $this->name) && $class->getMethod('has' . $this->name)->isPubl…
172 …if ($class->hasMethod('set' . $this->name) && $class->getMethod('set' . $this->name)->isPublic()) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php361 if ($trait->hasMethod($method->getName())
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DMagicCallPatch.php72 if (!$reflectionClass->hasMethod($methodName)) {
H A DProphecySubjectPatch.php73 if ($node->hasMethod('__call')) {
H A DSplFileInfoPatch.php49 if ($node->hasMethod('__construct')) {
H A DDisableConstructorPatch.php44 if (!$node->hasMethod('__construct')) {
H A DHhvmExceptionPatch.php48 if ($node->hasMethod('setTraceOptions')) {
51 if ($node->hasMethod('getTraceOptions')) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php2484 if ($reflector->hasMethod('__clone') &&
H A DTestSuite.php265 if ($testClass->hasMethod(PHPUnit_Runner_BaseTestRunner::SUITE_METHODNAME)) {
358 if ($class->hasMethod(PHPUnit_Runner_BaseTestRunner::SUITE_METHODNAME)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DStandardTestSuiteLoader.php74 if ($class->hasMethod('suite')) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php332 if ($class->hasMethod($methodName)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php772 if ($class->hasMethod('__clone')) {
863 if (!in_array('method', $methods) && (!isset($class) || !$class->hasMethod('method'))) {

12