mirror of
https://github.com/friendica/friendica
synced 2025-04-26 10:30:11 +00:00
@brief is removed completely
This commit is contained in:
parent
fd1f1999f0
commit
0a4119adaf
170 changed files with 901 additions and 962 deletions
|
@ -45,7 +45,7 @@ class OEmbed
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Get data from an URL to embed its content.
|
||||
* Get data from an URL to embed its content.
|
||||
*
|
||||
* @param string $embedurl The URL from which the data should be fetched.
|
||||
* @param bool $no_rich_type If set to true rich type content won't be fetched.
|
||||
|
@ -297,7 +297,6 @@ class OEmbed
|
|||
/**
|
||||
* Determines if rich content OEmbed is allowed for the provided URL
|
||||
*
|
||||
* @brief Determines if rich content OEmbed is allowed for the provided URL
|
||||
* @param string $url
|
||||
* @return boolean
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
|
@ -345,7 +344,7 @@ class OEmbed
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Generates the iframe HTML for an oembed attachment.
|
||||
* Generates the iframe HTML for an oembed attachment.
|
||||
*
|
||||
* Width and height are given by the remote, and are regularly too small for
|
||||
* the generated iframe.
|
||||
|
@ -378,11 +377,11 @@ class OEmbed
|
|||
}
|
||||
|
||||
/**
|
||||
* Generates attribute search XPath string
|
||||
*
|
||||
* Generates an XPath query to select elements whose provided attribute contains
|
||||
* the provided value in a space-separated list.
|
||||
*
|
||||
* @brief Generates attribute search XPath string
|
||||
*
|
||||
* @param string $attr Name of the attribute to seach
|
||||
* @param string $value Value to search in a space-separated list
|
||||
* @return string
|
||||
|
@ -396,8 +395,6 @@ class OEmbed
|
|||
/**
|
||||
* Returns the inner XML string of a provided DOMNode
|
||||
*
|
||||
* @brief Returns the inner XML string of a provided DOMNode
|
||||
*
|
||||
* @param DOMNode $node
|
||||
* @return string
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue