Home
last modified time | relevance | path

Searched refs:getMethodName (Results 1 – 21 of 21) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DAccess.php83 public function getMethodName() function in Google\\Service\\SecurityCommandCenter\\Access
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAuditLog.php124 public function getMethodName() function in Google\\Service\\ServiceControl\\AuditLog
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrderLineItemShippingDetailsMethod.php77 public function getMethodName() function in Google\\Service\\ShoppingContent\\OrderLineItemShippingDetailsMethod
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php166 public function getMethodName() function in phpDocumentor\\Reflection\\DocBlock\\Tags\\Method
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCall.php62 public function getMethodName() function in Prophecy\\Call\\Call
H A DCallCenter.php143 return $methodName === $call->getMethodName()
170 $methodProphecy->getMethodName(),
203 $methodProphecy->getMethodName(),
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DMagicCallPatch.php66 $methodName = $tag->getMethodName();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/
H A DUnexpectedCallException.php31 public function getMethodName() function in Prophecy\\Exception\\Call\\UnexpectedCallException
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DMethodNotExtendableException.php28 public function getMethodName() function in Prophecy\\Exception\\Doubler\\MethodNotExtendableException
H A DMethodNotFoundException.php51 public function getMethodName() function in Prophecy\\Exception\\Doubler\\MethodNotFoundException
H A DReturnByReferenceException.php37 public function getMethodName() function in Prophecy\\Exception\\Doubler\\ReturnByReferenceException
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallPrediction.php57 $method->getMethodName(),
69 $method->getMethodName(),
71 $method->getMethodName(),
82 $method->getMethodName(),
H A DCallTimesPrediction.php61 $method->getMethodName(),
73 $method->getMethodName(),
87 $method->getMethodName(),
89 $method->getMethodName(),
100 $method->getMethodName(),
H A DNoCallsPrediction.php61 $method->getMethodName(),
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php320 $this->getMethodName(),
456 public function getMethodName() function in Prophecy\\Prophecy\\MethodProphecy
H A DObjectProphecy.php145 $methodProphecy->getMethodName()
149 $methodName = $methodProphecy->getMethodName();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DStringUtil.php93 $call->getMethodName(),
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedMethodError.php36 public function getMethodName() function in Twig\\Sandbox\\SecurityNotAllowedMethodError
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php73 … $this->assertEquals('foo', $e->getMethodName(), 'Exception should be raised on the "foo" method');
126 …$this->assertEquals('__tostring', $e->getMethodName(), 'Exception should be raised on the "__toStr…