Swiftriver\SiLCCInterface\ContentFromJSONParser::__construct PHP Method

__construct() public method

Constructor
public __construct ( Content $content, string $json )
$content Swiftriver\Core\ObjectModel\Content
$json string
    public function __construct($content, $json)
    {
        $this->content = $content;
        $this->json = $json;
    }
ContentFromJSONParser