master
<?php namespace luya\web\jsonld; /** * JsonLd Comment Interface. * * @see https://schema.org/Comment * @author Basil Suter <basil@nadar.io> * @since 1.0.3 */ interface CommentInterface extends CreativeWorkInterface { }