Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

Matcher.php

Same filename in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Matcher.php

Namespace

DeepCopy\Matcher

File

vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php

View source
<?php

namespace DeepCopy\Matcher;

interface Matcher {
    
    /**
     * @param object $object
     * @param string $property
     *
     * @return boolean
     */
    public function matches($object, $property);

}

Interfaces

Title Deprecated Summary
Matcher

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal