<?php
namespace DeepCopy\Matcher;
interface Matcher
{
/**
* @param object $object
* @param string $property
*
* @return boolean
*/
public function matches($object, $property);
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository