Iri::get_authority(): string

In this article

Get the complete authority

Return

string

Source

 * @return string
 */
protected function get_authority() {
	$iauthority = $this->get_iauthority();
	if (is_string($iauthority)) {
		return $this->to_uri($iauthority);
	}
	else {
		return $iauthority;

User Contributed Notes

You must log in before being able to contribute a note or feedback.