mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50: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
|
@ -10,12 +10,12 @@ use Exception;
|
|||
use Friendica\DI;
|
||||
|
||||
/**
|
||||
* @brief This class contain methods to work with JsonLD data
|
||||
* This class contain methods to work with JsonLD data
|
||||
*/
|
||||
class JsonLD
|
||||
{
|
||||
/**
|
||||
* @brief Loader for LD-JSON validation
|
||||
* Loader for LD-JSON validation
|
||||
*
|
||||
* @param $url
|
||||
*
|
||||
|
@ -51,7 +51,7 @@ class JsonLD
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Normalises a given JSON array
|
||||
* Normalises a given JSON array
|
||||
*
|
||||
* @param array $json
|
||||
*
|
||||
|
@ -85,7 +85,7 @@ class JsonLD
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Compacts a given JSON array
|
||||
* Compacts a given JSON array
|
||||
*
|
||||
* @param array $json
|
||||
*
|
||||
|
@ -146,7 +146,7 @@ class JsonLD
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Fetches an element array from a JSON array
|
||||
* Fetches an element array from a JSON array
|
||||
*
|
||||
* @param $array
|
||||
* @param $element
|
||||
|
@ -185,7 +185,7 @@ class JsonLD
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Fetches an element from a JSON array
|
||||
* Fetches an element from a JSON array
|
||||
*
|
||||
* @param $array
|
||||
* @param $element
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue