You are here

public function Assertable::assert in Drupal 7

Parameters

string $path:

string $command:

Return value

bool

5 methods override Assertable::assert()
Behavior::assert in misc/typo3/phar-stream-wrapper/src/Behavior.php
ConjunctionInterceptor::assert in misc/typo3/phar-stream-wrapper/src/Interceptor/ConjunctionInterceptor.php
Executes assertions based on all contained assertions.
PharExtensionInterceptor::assert in misc/typo3/drupal-security/PharExtensionInterceptor.php
Determines whether phar file is allowed to execute.
PharExtensionInterceptor::assert in misc/typo3/phar-stream-wrapper/src/Interceptor/PharExtensionInterceptor.php
Determines whether the base file name has a ".phar" suffix.
PharMetaDataInterceptor::assert in misc/typo3/phar-stream-wrapper/src/Interceptor/PharMetaDataInterceptor.php
Determines whether the according Phar archive contains (potential insecure) serialized objects.

File

misc/typo3/phar-stream-wrapper/src/Assertable.php, line 21

Class

Assertable

Namespace

TYPO3\PharStreamWrapper

Code

public function assert($path, $command);