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

Manager

Namespace

TYPO3\PharStreamWrapper

Code

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.