function __construct($idOfFile)
 {
     parent::__construct($idOfFile);
     $this->getInfoAboutFile();
     $actualView = new FileDetailJPEGView($this->fileInfo, $this->jpegAttributes, $this->userTags);
     $this->view->setContent($actualView);
     $this->view->render();
 }
Example #2
0
 public function testAttribute()
 {
     $cont = new FileDetailController('36');
     $userT = $cont->getUserTags();
 }