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)
commite6156e2e4d4bd11bb13f5152ffac269f47eee15c
treebc8999831966c09935786eb5014159694df422b2
parentfce3b8a92873b7068e6f78007cee0e852db7844a
parent9dd3bb82209fd9356f35f6d65498d3cff0fee605
minor #1403 Refactor namespace/shortname parsing into own method (anlutro)

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