Ejemplo n.º 1
0
 public function toArray()
 {
     $array = parent::toArray();
     $array['src'] = $this->getRelativePath();
     return $array;
 }