Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyNameMatcher.php8 class PropertyNameMatcher implements Matcher class
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyNameMatcher.php8 class PropertyNameMatcher implements Matcher class
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md156 The `PropertyNameMatcher` will match a property by its name:
159 use DeepCopy\Matcher\PropertyNameMatcher;
162 $matcher = new PropertyNameMatcher('id');
205 use DeepCopy\Matcher\PropertyNameMatcher;
211 $copier->addFilter(new SetNullFilter(), new PropertyNameMatcher('id'));
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md151 The `PropertyNameMatcher` will match a property by its name:
154 use DeepCopy\Matcher\PropertyNameMatcher;
157 $matcher = new PropertyNameMatcher('id');
200 use DeepCopy\Matcher\PropertyNameMatcher;
206 $copier->addFilter(new SetNullFilter(), new PropertyNameMatcher('id'));