You are here

public function Manager::assert in Drupal 7

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);
}