ARC2_JSONLDSerializer::__init PHP Method

__init() public method

public __init ( )
    function __init()
    {
        parent::__init();
        $this->content_header = 'application/ld+json';
    }