luyadev/luya

View on GitHub
core/web/jsonld/BlogPostingInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace luya\web\jsonld;

/**
 * JsonLd - Blog Posting Interface
 *
 * @see https://schema.org/BlogPosting
 *
 * @author Alex Schmid <alex.schmid@stud.unibas.ch>
 * @since 1.0.1
 */
interface BlogPostingInterface extends SocialMediaPostingInterface
{
}