for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace luya\web\jsonld;
/**
* JsonLd - Creative Work
*
* The most generic kind of creative work, including books, movies, photographs, software programs, etc.
* @see http://schema.org/CreativeWork
* @author Alex Schmid <[email protected]>
* @since 1.0.1
*/
class CreativeWork extends BaseThing implements CreativeWorkInterface
{
* @inheritdoc
public function typeDefintion()
return 'CreativeWork';
}
use CreativeWorkTrait;