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

Breadcrumb

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

function NotInArrayToken::__construct

Parameters

array<mixed> $arguments tokens:

bool $strict:

File

vendor/phpspec/prophecy/src/Prophecy/Argument/Token/NotInArrayToken.php, line 28

Class

NotInArrayToken
Check if values is not in array

Namespace

Prophecy\Argument\Token

Code

public function __construct(array $arguments, $strict = true) {
    $this->token = $arguments;
    $this->strict = $strict;
}

API Navigation

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