function Manager::assert

Parameters

string $path:

string $command:

Return value

bool

File

misc/typo3/phar-stream-wrapper/src/Manager.php, line 113

Class

Manager

Namespace

TYPO3\PharStreamWrapper

Code

public function assert($path, $command) {
    return $this->behavior
        ->assert($path, $command);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.