source = $source; return $this; } /** * {@inheritdoc} */ public function getResource() { return $this->resource; } /** * Does this adapter supports the given type ? */ protected function supports($type) { return false; } /** * Converts the image to true color. */ protected function convertToTrueColor() { } }