function Assertable::assert
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/ phar-stream-wrapper/ src/ Interceptor/ PharExtensionInterceptor.php - Determines whether the base file name has a ".phar" suffix.
- PharExtensionInterceptor::assert in misc/
typo3/ drupal-security/ PharExtensionInterceptor.php - Determines whether phar file is allowed to execute.
- 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
Namespace
TYPO3\PharStreamWrapperCode
public function assert($path, $command);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.