PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
vendor
/
myclabs
/
deep-copy
/
src
/
DeepCopy
/
Matcher
<?php namespace DeepCopy\Matcher; interface Matcher { /** * @param object $object * @param string $property * * @return boolean */ public function matches($object, $property); }
[-] PropertyNameMatcher.php
[edit]
[+]
..
[+]
Doctrine
[-] Matcher.php
[edit]
[-] PropertyMatcher.php
[edit]
[-] PropertyTypeMatcher.php
[edit]