/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ |
H A D | HhvmExceptionPatch.php | 48 if ($node->hasMethod('setTraceOptions')) { 51 if ($node->hasMethod('getTraceOptions')) {
|
H A D | DisableConstructorPatch.php | 44 if (!$node->hasMethod('__construct')) {
|
H A D | MagicCallPatch.php | 72 if (!$reflectionClass->hasMethod($methodName)) {
|
H A D | ProphecySubjectPatch.php | 73 if ($node->hasMethod('__call')) {
|
H A D | SplFileInfoPatch.php | 49 if ($node->hasMethod('__construct')) {
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/ |
H A D | PropertyMetadata.php | 160 …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/icalevents/vendor/sabre/vobject/lib/Component/ |
H A D | VEvent.php | 116 $hasMethod = isset($this->parent->METHOD); 120 'DTSTART' => $hasMethod ? '?' : '1',
|
/plugin/davcard/vendor/sabre/vobject/lib/Component/ |
H A D | VEvent.php | 116 $hasMethod = isset($this->parent->METHOD); 120 'DTSTART' => $hasMethod?'?':'1',
|
/plugin/webdav/vendor/sabre/vobject/lib/Component/ |
H A D | VEvent.php | 107 $hasMethod = isset($this->parent->METHOD); 112 'DTSTART' => $hasMethod ? '?' : '1',
|
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/ |
H A D | VEvent.php | 116 $hasMethod = isset($this->parent->METHOD); 120 'DTSTART' => $hasMethod?'?':'1',
|
/plugin/davcal/vendor/sabre/vobject/lib/Component/ |
H A D | VEvent.php | 116 $hasMethod = isset($this->parent->METHOD); 120 'DTSTART' => $hasMethod?'?':'1',
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/ |
H A D | ClassNode.php | 129 return $this->hasMethod($name) ? $this->methods[$name] : null; 137 public function hasMethod($name) function in Prophecy\\Doubler\\Generator\\Node\\ClassNode
|
/plugin/jsonrpc/ |
H A D | IJR_Server.php | 118 if (!$this->hasMethod($methodname)) 169 function hasMethod($method) { function in IJR_Server
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/ |
H A D | StandardTestSuiteLoader.php | 74 if ($class->hasMethod('suite')) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/ |
H A D | Static.php | 188 if ($cloneable === null && $object->hasMethod('__clone')) {
|
/plugin/findologicxmlexport/vendor/hoa/consistency/ |
H A D | Autoloader.php | 247 if (empty($arguments) || false === $class->hasMethod('__construct')) {
|
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/ |
H A D | Instantiator.php | 196 return $reflection->isCloneable() && ! $reflection->hasMethod('__clone');
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/ |
H A D | YamlDriver.php | 77 if (!$class->hasMethod($methodName)) { 363 if (!$class->hasMethod($name)) {
|
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/ |
H A D | DeepCopy.php | 188 if ($this->useCloneMethod && $reflectedObject->hasMethod('__clone')) {
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/ |
H A D | DeepCopy.php | 199 if ($this->useCloneMethod && $reflectedObject->hasMethod('__clone')) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | TestSuite.php | 265 if ($testClass->hasMethod(PHPUnit_Runner_BaseTestRunner::SUITE_METHODNAME)) { 358 if ($class->hasMethod(PHPUnit_Runner_BaseTestRunner::SUITE_METHODNAME)) {
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | AnnotationReader.php | 361 if ($trait->hasMethod($method->getName())
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/ |
H A D | JUnit.php | 332 if ($class->hasMethod($methodName)) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
H A D | Generator.php | 772 if ($class->hasMethod('__clone')) { 863 if (!in_array('method', $methods) && (!isset($class) || !$class->hasMethod('method'))) {
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ |
H A D | ClientBuilder.php | 202 if ($reflection->hasMethod($method)) {
|