interface Assertable

Hierarchy

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/phar-stream-wrapper/src/Interceptor/PharExtensionInterceptor.php
PharExtensionInterceptor.php in misc/typo3/drupal-security/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\PharStreamWrapper
View source
interface Assertable {
    
    /**
     * @param string $path
     * @param string $command
     * @return bool
     */
    public function assert($path, $command);

}

Members

Title Sort descending Modifiers Object type Summary Overrides
Assertable::assert public function 5

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.