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

Breadcrumb

  1. Drupal Core 11.1.x
  2. Matcher.php

function Matcher::matches

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Matcher.php \PHPUnit\Framework\MockObject\Matcher::matches()

Parameters

object $object:

string $property:

Return value

boolean

4 methods override Matcher::matches()
DoctrineProxyMatcher::matches in vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php
Matches a Doctrine Proxy class.
PropertyMatcher::matches in vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyMatcher.php
Matches a specific property of a specific class.
PropertyNameMatcher::matches in vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyNameMatcher.php
Matches a property by its name.
PropertyTypeMatcher::matches in vendor/myclabs/deep-copy/src/DeepCopy/Matcher/PropertyTypeMatcher.php

File

vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Matcher.php, line 13

Class

Matcher

Namespace

DeepCopy\Matcher

Code

public function matches($object, $property);

API Navigation

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