interface Resolvable in Drupal 7
Hierarchy
- interface \TYPO3\PharStreamWrapper\Resolvable
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\PharStreamWrapperView source
interface Resolvable {
/**
* @param string $path
* @param null|int $flags
* @return null|PharInvocation
*/
public function resolve($path, $flags = null);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Resolvable:: |
public | function | 1 |