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