translator = $translator; } public function getType() { return self::TYPE_FLEXPAPER; } public function getDescription() { return $this->translator->trans('Generates a flexpaper flash file'); } public function getMediaAlchemystSpec() { if (! $this->spec) { $this->spec = new \MediaAlchemyst\Specification\Flash(); } return $this->spec; } }