CMS  Version 3.9
dump_cache.inc
Go to the documentation of this file.
1 <?php
2 Fakoli::assertRole("admin");
3 Cache::dump();
4 ?>
static assertRole($role, $redirect="", $message="")
Assert that the user has one of the specified roles.
Definition: core.inc:297