Home
last modified time | relevance | path

Searched defs:method (Results 251 – 275 of 424) sorted by last modified time

1...<<11121314151617

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DIndexedReader.php68 public function getMethodAnnotations(\ReflectionMethod $method)
81 public function getMethodAnnotation(\ReflectionMethod $method, $annotation)
115 public function __call($method, $args)
H A DCachedReader.php137 public function getMethodAnnotations(\ReflectionMethod $method)
157 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
H A DReader.php58 function getMethodAnnotations(\ReflectionMethod $method);
68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName);
H A DAnnotationReader.php276 public function getMethodAnnotations(ReflectionMethod $method)
292 public function getMethodAnnotation(ReflectionMethod $method, $annotationName)
350 private function getMethodImports(ReflectionMethod $method)
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/
H A DMethod.php26 protected $method; variable in Twig_Test_Method
28 public function __construct(ExtensionInterface $extension, $method, array $options = [])
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php61 private function compileTemplateCall(Compiler $compiler, $method)
H A DMethodCallExpression.php18 …public function __construct(AbstractExpression $node, $method, ArrayExpression $arguments, $lineno)
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicyInterface.php23 public function checkMethodAllowed($obj, $method);
25 public function checkPropertyAllowed($obj, $method);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php773 public function __call($method, $arguments)
781 public function __call($method, $arguments)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php186 public function addPreSerializeMethod(MethodMetadata $method): void
191 public function addPostSerializeMethod(MethodMetadata $method): void
196 public function addPostDeserializeMethod(MethodMetadata $method): void
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php941 public static function methodExists($classOrObject, $method, $message = '')
951 public static function methodNotExists($classOrObject, $method, $message = '')
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php130 private function reflectMethodToNode(ReflectionMethod $method, Node\ClassNode $classNode)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DPredictionInterface.php36 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method);
H A DCallTimesPrediction.php54 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
H A DCallbackPrediction.php55 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
H A DNoCallsPrediction.php48 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php69 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
H A DCallbackPromise.php56 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
H A DReturnArgumentPromise.php57 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
H A DReturnPromise.php45 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method)
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A Dclass_with_method_that_declares_anonymous_class.php7 public function method() function in class_with_method_that_declares_anonymous_class
H A Dsource2.php5 public static abstract function method(); function in A
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php838 protected function addTestMethod(ReflectionClass $class, ReflectionMethod $method)
880 public static function isTestMethod(ReflectionMethod $method)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php986 …nction generateMockedMethodDefinitionFromExisting($templateDir, ReflectionMethod $method, $cloneAr…
1116 private function canMockMethod(ReflectionMethod $method)
1162 private function getMethodParameters(ReflectionMethod $method, $forCall = false)
1270 private function hasReturnType(ReflectionMethod $method)
1280 private function allowsReturnNull(ReflectionMethod $method)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php1065 private static function isBeforeClassMethod(ReflectionMethod $method)
1075 private static function isBeforeMethod(ReflectionMethod $method)
1085 private static function isAfterClassMethod(ReflectionMethod $method)
1095 private static function isAfterMethod(ReflectionMethod $method)

1...<<11121314151617