master
<?php namespace luya\web\jsonld; /** * JsonLd Country Interface. * * @see https://schema.org/Country * @author Basil Suter <basil@nadar.io> * @since 1.0.3 */ interface CountryInterface extends PlaceInterface { }