public function Manager::resolve in Drupal 7
Parameters
string $path:
null|int $flags:
Return value
null|PharInvocation
File
- misc/
typo3/ phar-stream-wrapper/ src/ Manager.php, line 123
Class
Namespace
TYPO3\PharStreamWrapperCode
public function resolve($path, $flags = null) {
return $this->resolver
->resolve($path, $flags);
}