Mac OS X  2°âATTR à7☘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 func