for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace luya\web\jsonld;
/**
* JsonLd - Social Media Posting
*
* A post to a social media platform, including blog posts, tweets, Facebook posts, etc.
* @see http://schema.org/SocialMediaPosting
* @author Alex Schmid <[email protected]>
* @since 1.0.1
*/
class SocialMediaPosting extends BaseThing implements SocialMediaPostingInterface
{
* @inheritdoc
public function typeDefintion()
return 'SocialMediaPosting';
}
use SocialMediaPostingTrait;