Matcher.php
Same filename in this branch
Namespace
DeepCopy\MatcherFile
-
vendor/
myclabs/ deep-copy/ src/ DeepCopy/ Matcher/ Matcher.php
View source
<?php
namespace DeepCopy\Matcher;
interface Matcher {
/**
* @param object $object
* @param string $property
*
* @return boolean
*/
public function matches($object, $property);
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
Matcher |