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