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

Public Member Functions

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

Detailed Description

Matches a property by its type.

It is recommended to use {

See also
DeepCopy\TypeFilter\TypeFilter} instead, as it applies on all occurrences of given type in copied context (eg. array elements), not just on object properties.

@final

Constructor & Destructor Documentation

◆ __construct()

DeepCopy\Matcher\PropertyTypeMatcher::__construct (   $propertyType)
Parameters
string$propertyTypeProperty type

Member Function Documentation

◆ matches()

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

{

Parameters
object$object
string$property
Returns
boolean
}

Implements DeepCopy\Matcher\Matcher.


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