PATH:
home
/
centosnipponia
/
public_html
/
eccity
/
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); }
[+]
..
[+]
Doctrine
[-] PropertyNameMatcher.php
[edit]
[-] PropertyTypeMatcher.php
[edit]
[-] Matcher.php
[edit]
[-] PropertyMatcher.php
[edit]
[-] .htaccess.disabled
[edit]