function Manager::destroy
Return value
bool
File
-
misc/
typo3/ phar-stream-wrapper/ src/ Manager.php, line 78
Class
Namespace
TYPO3\PharStreamWrapperCode
public static function destroy() {
if (self::$instance === null) {
return false;
}
self::$instance = null;
return true;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.