interface Resolvable
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
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
Resolvable::resolve | public | function | 1 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.