for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace luya\web\jsonld;
/**
* JsonLd - Blog Posting
*
* A blog post.
* @see http://schema.org/BlogPosting
* @author Alex Schmid <[email protected]>
* @since 1.0.1
*/
class BlogPosting extends BaseThing implements BlogPostingInterface
{
* @inheritdoc
public function typeDefintion()
return 'BlogPosting';
}
use BlogPostingTrait;