Skip to content

Instantly share code, notes, and snippets.

View deviprsd's full-sized avatar
🔭
A gaze now not too far away.. 🏕️

Devi Prasad deviprsd

🔭
A gaze now not too far away.. 🏕️
View GitHub Profile
@deviprsd
deviprsd / OneupFilePathExtention.php
Last active September 6, 2016 00:31
Getting file path like in OneupUploaderBundle
<?php
namespace AdminBundle\Twig\Extension;
use AdminBundle\Service\Oneup\Templating\Helper\UploaderHelper;
class OneupFilePathExtention extends \Twig_Extension {
protected $helper;