interface Assertable in Drupal 7
Hierarchy
- interface \TYPO3\PharStreamWrapper\Assertable
Expanded class hierarchy of Assertable
All classes that implement Assertable
4 files declare their use of Assertable
- ConjunctionInterceptor.php in misc/
typo3/ phar-stream-wrapper/ src/ Interceptor/ ConjunctionInterceptor.php - PharExtensionInterceptor.php in misc/
typo3/ drupal-security/ PharExtensionInterceptor.php - PharExtensionInterceptor.php in misc/
typo3/ phar-stream-wrapper/ src/ Interceptor/ PharExtensionInterceptor.php - PharMetaDataInterceptor.php in misc/
typo3/ phar-stream-wrapper/ src/ Interceptor/ PharMetaDataInterceptor.php
File
- misc/
typo3/ phar-stream-wrapper/ src/ Assertable.php, line 14
Namespace
TYPO3\PharStreamWrapperView source
interface Assertable {
/**
* @param string $path
* @param string $command
* @return bool
*/
public function assert($path, $command);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Assertable:: |
public | function | 5 |