interface Matcher
Hierarchy
- interface \DeepCopy\Matcher\Matcher
Expanded class hierarchy of Matcher
All classes that implement Matcher
2 files declare their use of Matcher
- DeepCopy.php in vendor/
myclabs/ deep-copy/ src/ DeepCopy/ DeepCopy.php - DoctrineProxyMatcher.php in vendor/
myclabs/ deep-copy/ src/ DeepCopy/ Matcher/ Doctrine/ DoctrineProxyMatcher.php
File
-
vendor/
myclabs/ deep-copy/ src/ DeepCopy/ Matcher/ Matcher.php, line 5
Namespace
DeepCopy\MatcherView source
interface Matcher {
/**
* @param object $object
* @param string $property
*
* @return boolean
*/
public function matches($object, $property);
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
Matcher::matches | public | function | 4 |