You are here

interface Resolvable in Drupal 7

Hierarchy

Expanded class hierarchy of Resolvable

All classes that implement Resolvable

1 file declares its use of Resolvable
PharInvocationResolver.php in misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php

File

misc/typo3/phar-stream-wrapper/src/Resolvable.php, line 16

Namespace

TYPO3\PharStreamWrapper
View source
interface Resolvable {

  /**
   * @param string $path
   * @param null|int $flags
   * @return null|PharInvocation
   */
  public function resolve($path, $flags = null);

}

Members