file-fetcher
|
@final
Public Member Functions | |
__construct ($class, $property) | |
matches ($object, $property) | |
DeepCopy\Matcher\PropertyMatcher::__construct | ( | $class, | |
$property | |||
) |
string | $class | Class name |
string | $property | Property name |
DeepCopy\Matcher\PropertyMatcher::matches | ( | $object, | |
$property | |||
) |
Matches a specific property of a specific class.
{
object | $object | |
string | $property |
Implements DeepCopy\Matcher\Matcher.