for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace luya\web\jsonld;
/**
* JsonLd - Person
*
* @see http://schema.org/Person
* @author Alex Schmid
* @since 1.0.0
*/
class Person extends BaseThing implements ThingInterface, PersonInterface
{
use PersonTrait;
}