for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace luya\web\jsonld;
/**
* http://schema.org/PropertyValue
*
* @author Basil Suter <[email protected]>
* @since 1.0.3
*/
class PropertyValue extends BaseThing implements PropertyValueInterface
{
use PropertyValueTrait;
* @inheritdoc
public function typeDefintion()
return 'PropertyValue';
}