set_parent( $parent ); return $this; } /* Getters/Setters */ /** * Retrieve URI * @uses Admin_View::get_uri() * @param string $file (optional) Base file name * @param string $format (optional) String format * @return string Section URI */ public function get_uri( $file = null, $format = null ) { if ( ! is_string( $file ) ) { $file = 'options-' . $this->get_parent() . '.php'; } if ( ! is_string( $format ) ) { $format = '%1$s#%2$s'; } return parent::get_uri( $file, $format ); } /** * Retrieve formatted title for section * Wraps title text in element with anchor so that it can be linked to * @return string Title */ public function get_title() { return sprintf( '