Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
load($filename);
}
/**
* Check if it's a concrete class (not abstract nor interface).
*
* @param string $class
*
* @return bool
*/
private static function isConcreteClass($class)
{
$reflection = new ReflectionClass($class);
return !$reflection->isAbstract() && !$reflection->isInterface();
}
}