SimplePie_Restriction::__construct

Advertisement

Summery Summery

Constructor, used to input the data

Syntax Syntax

SimplePie_Restriction::__construct( $relationship = null,  $type = null,  $value = null )

Description Description

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

Source Source

File: wp-includes/SimplePie/Restriction.php

	{
		$this->relationship = $relationship;
		$this->type = $type;
		$this->value = $value;
	}

Advertisement

Advertisement

Leave a Reply