parameters['p'])) { return $this->base_url . 'photos/' . check_plain($this->parameters['u']) . '/' . check_plain($this->parameters['p']); } } function getTarget($f) { return FALSE; } static function getMimeType($uri, $mapping = NULL) { return 'image/jpeg'; } }