Esempio n. 1
0
 /**
  * Set type.
  *
  * @param string $type
  *
  * @return RemoteSlideHelper
  */
 public function setType($type)
 {
     $this->media->setMetadataValue('type', $type);
     return $this;
 }