/** * Constructor. * * @param string $type The content type to be loaded * * @since 4.0.0 */ public function __construct(string $type) { $this->type = $type; }