PHP Класс Swiftriver\SiLCCInterface\ContentFromJSONParser

Показать файл Открыть проект

Открытые методы

Метод Описание
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