public function ConjunctionInterceptor::__construct in Drupal 7
File
- misc/
typo3/ phar-stream-wrapper/ src/ Interceptor/ ConjunctionInterceptor.php, line 24
Class
Namespace
TYPO3\PharStreamWrapper\InterceptorCode
public function __construct(array $assertions) {
$this
->assertAssertions($assertions);
$this->assertions = $assertions;
}