You are here

interface Assertable in Drupal 7

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/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\PharStreamWrapper
View source
interface Assertable {

  /**
   * @param string $path
   * @param string $command
   * @return bool
   */
  public function assert($path, $command);

}

Members