function Manager::resolve
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);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.