You are here

public function ConjunctionInterceptor::__construct in Drupal 7

File

misc/typo3/phar-stream-wrapper/src/Interceptor/ConjunctionInterceptor.php, line 24

Class

ConjunctionInterceptor

Namespace

TYPO3\PharStreamWrapper\Interceptor

Code

public function __construct(array $assertions) {
  $this
    ->assertAssertions($assertions);
  $this->assertions = $assertions;
}