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/
H A 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) {
H A DCachedDoubler.php29 public function registerClassPatch(ClassPatch\ClassPatchInterface $patch)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DClassPatchInterface.php23 interface ClassPatchInterface interface
H A DReflectionClassNewInstancePatch.php22 class ReflectionClassNewInstancePatch implements ClassPatchInterface
H A DHhvmExceptionPatch.php21 class HhvmExceptionPatch implements ClassPatchInterface
H A DKeywordPatch.php21 class KeywordPatch implements ClassPatchInterface
H A DDisableConstructorPatch.php23 class DisableConstructorPatch implements ClassPatchInterface
H A DTraversablePatch.php23 class TraversablePatch implements ClassPatchInterface
H A DMagicCallPatch.php26 class MagicCallPatch implements ClassPatchInterface
H A DProphecySubjectPatch.php24 class ProphecySubjectPatch implements ClassPatchInterface
H A DThrowablePatch.php8 class ThrowablePatch implements ClassPatchInterface
H A DSplFileInfoPatch.php23 class SplFileInfoPatch implements ClassPatchInterface