PHP 클래스 Swiftriver\SiLCCInterface\ContentFromJSONParser

파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 메소드들

메소드 설명
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

메소드 상세

GetTaggedContent() 공개 메소드

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
리턴 Swiftriver\Core\ObjectModel\Content

__construct() 공개 메소드

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