Home
last modified time | relevance | path

Searched refs:PropertyMatcher (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md168 The `PropertyMatcher` will match a specific property of a specific class:
171 use DeepCopy\Matcher\PropertyMatcher;
174 $matcher = new PropertyMatcher('MyClass', 'id');
226 use DeepCopy\Matcher\PropertyMatcher;
229 $copier->addFilter(new KeepFilter(), new PropertyMatcher('MyClass', 'category'));
260 use DeepCopy\Matcher\PropertyMatcher;
263 $copier->addFilter(new DoctrineEmptyCollectionFilter(), new PropertyMatcher('MyClass', 'myProperty'…
300 use DeepCopy\Matcher\PropertyMatcher;
306 $copier->addFilter(new ReplaceFilter($callback), new PropertyMatcher('MyClass', 'title'));
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md163 The `PropertyMatcher` will match a specific property of a specific class:
166 use DeepCopy\Matcher\PropertyMatcher;
169 $matcher = new PropertyMatcher('MyClass', 'id');
221 use DeepCopy\Matcher\PropertyMatcher;
224 $copier->addFilter(new KeepFilter(), new PropertyMatcher('MyClass', 'category'));
255 use DeepCopy\Matcher\PropertyMatcher;
258 $copier->addFilter(new DoctrineEmptyCollectionFilter(), new PropertyMatcher('MyClass', 'myProperty'));
295 use DeepCopy\Matcher\PropertyMatcher;
301 $copier->addFilter(new ReplaceFilter($callback), new PropertyMatcher('MyClass', 'title'));
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyMatcher.php8 class PropertyMatcher implements Matcher class
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyMatcher.php8 class PropertyMatcher implements Matcher class