Added UploadNamespace and UploadedFile entities

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI (W00d5t0ck)
2012-08-31 22:16:42 +02:00
parent fc1144ad29
commit d9fe0d8bcf
18 changed files with 375 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ use Symfony\Component\Routing\Exception\RouteNotFoundException;
* Description of HelpUrlExtension
*
* @author Gergely Polonkai
*
*
* @DI\Service
* @DI\Tag("twig.extension")
*/
@@ -33,7 +33,7 @@ class HelpUrlExtension extends \Twig_Extension
public function getGlobals() {
parent::getGlobals();
$request = $this->container->get('request');
$router = $this->container->get('router');
@@ -61,7 +61,7 @@ class HelpUrlExtension extends \Twig_Extension
'helpUrl' => $helpUrl,
);
}
public function getName()
{
return 'HelpUrl';