Ejemplo n.º 1
0
 public function getObjectUrl()
 {
     /* format filename */
     $file = rawurldecode($this->getProperty('file', ''));
     $url = $this->source->getObjectUrl($file);
     return $this->success('', array('url' => $url));
 }