SimplePie_Rating::__construct

Advertisement

Summery Summery

Constructor, used to input the data

Syntax Syntax

SimplePie_Rating::__construct( $scheme = null,  $value = null )

Description Description

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

Source Source

File: wp-includes/SimplePie/Rating.php

	{
		$this->scheme = $scheme;
		$this->value = $value;
	}

Advertisement

Advertisement

Leave a Reply