SimplePie_Caption::__construct

Advertisement

Summery Summery

Constructor, used to input the data

Syntax Syntax

SimplePie_Caption::__construct( $type = null,  $lang = null,  $startTime = null,  $endTime = null,  $text = null )

Description Description

For documentation on all the parameters, see the corresponding properties and their accessors

Source Source

File: wp-includes/SimplePie/Caption.php

	{
		$this->type = $type;
		$this->lang = $lang;
		$this->startTime = $startTime;
		$this->endTime = $endTime;
		$this->text = $text;
	}

Advertisement

Advertisement

Leave a Reply