for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace luya\web\jsonld;
/**
* Entertainment Business
*
* @author Basil Suter <[email protected]>
* @since 1.0.14
*/
class EntertainmentBusiness extends LocalBusiness
{
* {@inheritDoc}
public function typeDefintion()
return 'EntertainmentBusiness';
}