public function __construct(SiteApplication $app, SiteLayout $layout, array $arguments)
 {
     parent::__construct($app, $layout, $arguments);
     $this->ui_xml = 'Pinhole/pages/browser-details.xml';
     $this->createPhoto($this->getArgument('photo_id'));
 }
Ejemplo n.º 2
0
 public function __construct(SiteApplication $app, SiteLayout $layout, array $arguments)
 {
     parent::__construct($app, $layout, $arguments);
     $this->ui_xml = 'Pinhole/pages/browser-tag.xml';
     $this->display_type = $this->getArgument('display_type');
 }
Ejemplo n.º 3
0
 public function __construct(SiteApplication $app, SiteLayout $layout = null, array $arguments = array())
 {
     parent::__construct($app, $layout, $arguments);
     $this->ui_xml = 'Pinhole/pages/browser-map.xml';
 }