Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add register and unregister methods to the autoloader classes #1

Merged
merged 1 commit into from
Jan 22, 2015
Merged

Add register and unregister methods to the autoloader classes #1

merged 1 commit into from
Jan 22, 2015

Conversation

lenton
Copy link
Contributor

@lenton lenton commented Jan 22, 2015

It allows for this:

(new ModulesAutoloader($cfs))->register();

Instead of this:

spl_autoload_register([new ModulesAutoloader($cfs), 'autoload']);

Same goes for the unregister method.

enov added a commit that referenced this pull request Jan 22, 2015
Add register and unregister methods to the autoloader classes
@enov enov merged commit fa8fd13 into kohana:master Jan 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants