. */ namespace Plugin\ActivityPub\Util\Type\Extended\Object; /** * \Plugin\ActivityPub\Util\Type\Extended\Object\Page is an implementation of * one of the Activity Streams Extended Types. * * Represents a Web Page. * * @see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-page */ class Page extends Document { /** * @var string */ protected string $type = 'Page'; }