Merge branch 'develop' of github.com:bskrtich/PHPWord into develop
This commit is contained in:
commit
0489533c5f
|
|
@ -30,9 +30,9 @@ class Autoloader
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public static function register()
|
public static function register($throw = true, $prepend = false)
|
||||||
{
|
{
|
||||||
spl_autoload_register(array(new self, 'autoload'));
|
spl_autoload_register(array(new self, 'autoload'), $throw, $prepend);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue