Mac OS X  2°âATTR à3☘com.apple.quarantine0001;54427f57;Firefox;This resource fork intentionally left blank ÿÿ */ public function getImageFunction() { return $this->imageFunc; } /** * Get image extension * * @return string */ public function getImageExtension() { return $this->imageExtension; } /** * Get is memory image * * @return boolean */ public function isMemImage() { return $this->memoryImage; } /** * Get target file name * * @return string */ public function getTarget() { return $this->target; } /** * Set target file name * * @param string $value */ public function setTarget($value) { $this->target = $value; } /** * Get media index * * @return integer */ public function getMediaIndex() { return $this->mediaIndex; } /** * Set media index * * @param integer $value */ public function setMediaIndex($value) { $this->mediaIndex = $value; } /** * Get image string data * * @param bool $base64 * @return string|null * @since 0.11.0 */ public function getImageStringData($base64 = false) { $source = $this->source; $actualSource = null; $imageBinary = null; $imageData = null; $isTemp = false; // Get actual source from archive image or other source // Return null if not found if ($this->sourceType == self::SO