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
Namespace
TYPO3\PharStreamWrapperCode
public function assert($path, $command) {
return $this->behavior
->assert($path, $command);
}