for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace luya\web\jsonld;
/**
* JsonLd - Thing
*
* The most generic type of item.
* @see http://schema.org/Thing
* @author Alex Schmid
* @since 1.0.0
*/
class Thing extends BaseThing
{
* @inheritdoc
public function typeDefintion()
return 'Thing';
}