SimplePie_Category::__construct

Advertisement

Summery Summery

Constructor, used to input the data

Syntax Syntax

SimplePie_Category::__construct( string $term = null, string $scheme = null, string $label = null )

Parameters Parameters

$term

(Optional)

Default value: null

$scheme

(Optional)

Default value: null

$label

(Optional)

Default value: null

Source Source

File: wp-includes/SimplePie/Category.php

	 */
	var $type;

	/**
	 * Constructor, used to input the data
	 *

Advertisement

Advertisement

Leave a Reply