<?php namespace DeepCopy\Matcher; interface Matcher { /** * @param object $object * @param string $property * * @return boolean */ public function matches($object, $property); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Doctrine | Folder | 0755 |
|
|
Matcher.php | File | 213 B | 0644 |
|
PropertyMatcher.php | File | 691 B | 0644 |
|
PropertyNameMatcher.php | File | 504 B | 0644 |
|
PropertyTypeMatcher.php | File | 1.29 KB | 0644 |
|