minor #1403 Refactor namespace/shortname parsing into own method (anlutro)
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 25 May 2014 23:56:03 +0000 (01:56 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 25 May 2014 23:56:03 +0000 (01:56 +0200)
This PR was merged into the 1.15-dev branch.

Discussion
----------

Refactor namespace/shortname parsing into own method

I've written a custom file loader in order for the namespace syntax to match across different resource loading classes. To achieve this I have to replace the loadTemplate method, which includes a lot of logic. While this logic may not be likely to change anytime soon, I'd feel better if the namespace parsing was extracted into its own method so I can replace just that bit.

Commits
-------

9dd3bb8 Refactor namespace/shortname parsing into own method


Trivial merge