Lggr
|
Public Member Functions | |
__construct ($property) | |
matches ($object, $property) | |
@final
DeepCopy\Matcher\PropertyNameMatcher::__construct | ( | $property | ) |
string | $property | Property name |
DeepCopy\Matcher\PropertyNameMatcher::matches | ( | $object, | |
$property | |||
) |
Matches a property by its name.
{
object | $object | |
string | $property |
Implements DeepCopy\Matcher\Matcher.