Inheritance: extends AbstractExporter
Exemple #1
0
 /**
  * @param string $format
  * @return AbstractPhantomExporter
  */
 public function setFormat($format)
 {
     parent::setFormat($format);
     $this->extension = '.' . strtolower($this->getFormat());
     return $this;
 }