PHP Class Swiftriver\SiLCCInterface\ContentFromJSONParser

Afficher le fichier Open project: ushahidi/Swiftriver-2011

Méthodes publiques

Méthode Description
GetTaggedContent ( ) : Content Using the constructor parameters, this method decodes the JSON and applies any tags that could be extracted from the content. It returns the content with tags.
__construct ( Content $content, string $json ) Constructor

Method Details

GetTaggedContent() public méthode

Using the constructor parameters, this method decodes the JSON and applies any tags that could be extracted from the content. It returns the content with tags.
public GetTaggedContent ( ) : Content
Résultat Swiftriver\Core\ObjectModel\Content

__construct() public méthode

Constructor
public __construct ( Content $content, string $json )
$content Swiftriver\Core\ObjectModel\Content
$json string