File "Matcher.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php
File size: 213 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace DeepCopy\Matcher;
interface Matcher
{
/**
* @param object $object
* @param string $property
*
* @return boolean
*/
public function matches($object, $property);
}