Lggr
Public Member Functions | List of all members
DeepCopy\Matcher\PropertyMatcher Class Reference
Inheritance diagram for DeepCopy\Matcher\PropertyMatcher:
Inheritance graph
[legend]
Collaboration diagram for DeepCopy\Matcher\PropertyMatcher:
Collaboration graph
[legend]

Public Member Functions

 __construct ($class, $property)
 
 matches ($object, $property)
 

Detailed Description

@final

Constructor & Destructor Documentation

◆ __construct()

DeepCopy\Matcher\PropertyMatcher::__construct (   $class,
  $property 
)
Parameters
string$classClass name
string$propertyProperty name

Member Function Documentation

◆ matches()

DeepCopy\Matcher\PropertyMatcher::matches (   $object,
  $property 
)

Matches a specific property of a specific class.

{

Parameters
object$object
string$property
Returns
boolean
}

Implements DeepCopy\Matcher\Matcher.


The documentation for this class was generated from the following file: