Get All Registred class
public static function getFinders(void)
Returns an array if there is a value, otherwise returns NULL/Array(0)
<?php use Asf\Loader; Loader::getInstance('/home/fanjiapeng/zval'); Loader::get('test'); var_dump(Loader::getFinders());