Copied!

Matches a property by its type.

It is recommended to use {@see \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
CloneableInstantiable
Methods
public __construct( $propertyType)
 
  • param string $propertyType Property type
public matches( $object, $property)
 
    Properties
    private $propertyType = NULL
     
    • var string
    © 2024 Bruce Wells
    Search Namespaces \ Classes
    Configuration