Home
last modified time | relevance | path

Searched refs:addMethod (Results 1 – 11 of 11) sorted by path

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DDisableConstructorPatch.php45 $node->addMethod(new MethodNode('__construct', ''));
H A DMagicCallPatch.php75 $node->addMethod($methodNode);
H A DProphecySubjectPatch.php80 $node->addMethod($__call, true);
91 $node->addMethod($prophecySetter, true);
92 $node->addMethod($prophecyGetter, true);
H A DSplFileInfoPatch.php53 $node->addMethod($constructor);
H A DTraversablePatch.php67 $node->addMethod(new MethodNode('current'));
68 $node->addMethod(new MethodNode('key'));
69 $node->addMethod(new MethodNode('next'));
70 $node->addMethod(new MethodNode('rewind'));
71 $node->addMethod(new MethodNode('valid'));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php170 $classNode->addMethod($node);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php103 public function addMethod(MethodNode $method, $force = false) function in Prophecy\\Doubler\\Generator\\Node\\ClassNode
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php171 $methodObject = $unitObject->addMethod($method['methodName']);
H A DUnit.php85 public function addMethod($name) function in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Unit
/plugin/processing/
H A Dscript.js11342 p.addMethod = function addMethod(object, name, fn, superAccessor) { function
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js78 var addMethod = function(length, method, attribute) { function
101 if (_[method]) Class.prototype[method] = addMethod(length, method, attribute);