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