RSSCache::__construct

Advertisement

Summery Summery

PHP5 constructor.

Syntax Syntax

RSSCache::__construct( $base = '',  $age = '' )

Source Source

File: wp-includes/rss.php

			$this->BASE_CACHE = $base;
		}
		if ( $age ) {
			$this->MAX_AGE = $age;
		}

	}

	/**
	 * PHP4 constructor.

Advertisement

Advertisement

Leave a Reply