Home
last modified time | relevance | path

Searched refs:getMethod (Results 501 – 525 of 528) sorted by last modified time

1...<<2122

/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DIdle.php252 … ->array($invokeParameters = $reflection->getMethod('__invoke')->getParameters())
/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/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DProphecySubjectPatch.php74 $__call = $node->getMethod('__call');
H A DReflectionClassNewInstancePatch.php43 foreach ($node->getMethod('newInstance')->getArguments() as $argument) {
H A DSplFileInfoPatch.php50 $constructor = $node->getMethod('__construct');
H A DDisableConstructorPatch.php50 $constructor = $node->getMethod('__construct');
H A DHhvmExceptionPatch.php49 $node->getMethod('setTraceOptions')->useParentCode();
52 $node->getMethod('getTraceOptions')->useParentCode();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1052 $method = $class->getMethod($this->name);
2485 $reflector->getMethod('__clone')->isPublic()) {
H A DTestSuite.php266 $method = $testClass->getMethod(
359 $method = $class->getMethod(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DStandardTestSuiteLoader.php75 $method = $class->getMethod('suite');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php333 $method = $class->getMethod($test->getName());
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php730 $methodReflections[$method] = $typeClass->getMethod($method);
773 $cloneMethod = $class->getMethod('__clone');
820 $method = $class->getMethod($methodName);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php439 $dataProviderMethod = $dataProviderClass->getMethod(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php127 public function getMethod($name) function in Prophecy\\Doubler\\Generator\\Node\\ClassNode
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php261 'method' => $request->getMethod(),
H A DFacebookClient.php183 $request->getMethod(),
H A DFacebookRequest.php228 public function getMethod() function in Facebook\\FacebookRequest
483 if ($this->getMethod() === 'POST') {
514 if ($this->getMethod() !== 'POST') {
/plugin/authfacebook/lib/GraphNodes/
H A DGraphEdge.php172 if ($this->request->getMethod() !== 'GET') {
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1081 public function getMethod() { function in Google_BucketCors
H A DGoogle_CalendarService.php1627 public function getMethod() { function in Google_EventReminder
H A DGoogle_SiteVerificationService.php222 public function getMethod() { function in Google_SiteVerificationWebResourceGettokenResponse
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

1...<<2122