Home
last modified time | relevance | path

Searched refs:ClassPatchInterface (Results 1 – 12 of 12) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
DDoubler.php15 use Prophecy\Doubler\ClassPatch\ClassPatchInterface; alias
34 * @var ClassPatchInterface[]
61 * @return ClassPatchInterface[]
71 * @param ClassPatchInterface $patch
73 public function registerClassPatch(ClassPatchInterface $patch)
77 @usort($this->patches, function (ClassPatchInterface $patch1, ClassPatchInterface $patch2) {
DCachedDoubler.php29 public function registerClassPatch(ClassPatch\ClassPatchInterface $patch)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
DClassPatchInterface.php23 interface ClassPatchInterface interface
DReflectionClassNewInstancePatch.php22 class ReflectionClassNewInstancePatch implements ClassPatchInterface
DKeywordPatch.php21 class KeywordPatch implements ClassPatchInterface
DHhvmExceptionPatch.php21 class HhvmExceptionPatch implements ClassPatchInterface
DDisableConstructorPatch.php23 class DisableConstructorPatch implements ClassPatchInterface
DTraversablePatch.php23 class TraversablePatch implements ClassPatchInterface
DMagicCallPatch.php26 class MagicCallPatch implements ClassPatchInterface
DThrowablePatch.php8 class ThrowablePatch implements ClassPatchInterface
DProphecySubjectPatch.php24 class ProphecySubjectPatch implements ClassPatchInterface
DSplFileInfoPatch.php23 class SplFileInfoPatch implements ClassPatchInterface