Author: bschussek
Date: 2010-02-18 18:47:17 +0100 (Thu, 18 Feb 2010)
New Revision: 28114
Modified:
tools/lime/branches/2.0/lib/LimeLoader.php
Log:
Made the method LimeLoader::load() protected
Modified: tools/lime/branches/2.0/lib/LimeLoader.php
===================================================================
--- tools/lime/branches/2.0/lib/LimeLoader.php 2010-02-18 17:45:11 UTC (rev
28113)
+++ tools/lime/branches/2.0/lib/LimeLoader.php 2010-02-18 17:47:17 UTC (rev
28114)
@@ -48,7 +48,7 @@
* @param string $path
* @param array $labels
*/
- public function load(LimeLoadable $loadable)
+ protected function load(LimeLoadable $loadable)
{
foreach ($loadable->loadFiles() as $file)
{
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.