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

Breadcrumb

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

function Call::addScore

Adds the wildcard match score for the provided wildcard.

Parameters

ArgumentsWildcard $wildcard:

false|int $score:

Return value

$this

File

vendor/phpspec/prophecy/src/Prophecy/Call/Call.php, line 148

Class

Call
Call object.

Namespace

Prophecy\Call

Code

public function addScore(ArgumentsWildcard $wildcard, $score) {
    $this->scores[$wildcard] = $score;
    return $this;
}
RSS feed
Powered by Drupal