url = $url; $this->target_post_id = $target_post_id; $this->type = $type; } /** * Returns the set URL. * * @return string The set url. */ public function get_url() { return $this->url; } /** * Returns the set target post id. * * @return int The set target post id. */ public function get_target_post_id() { return (int) $this->target_post_id; } /** * Return the set link type. * * @return string The set link type. */ public function get_type() { return $this->type; } }