Ejemplo n.º 1
0
 function get_av_info($media_works_id)
 {
     $width = $this->params['width'];
     $height = $this->params['height'];
     $fh = new Feature_Helper();
     $fh->use_absolute_urls($this->params['absolute_urls']);
     $av_info = $fh->get_av_info($media_works_id, $width, $height);
     return $av_info;
 }