ARC2_JSONLDSerializer::__init PHP 메소드

__init() 공개 메소드

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