FinderIndexerResultResult class for the Finder indexer package.
This class uses magic __get() and __set() methods to prevent properties being added that might confuse the system. All properties not explicitly declared will be pushed into the elements array and can be accessed explicitly using the getElement() method.
Located in /administrator/components/com_finder/helpers/indexer/result.php (line 26)
		
			integer
			$access
						(line 115)
		
	The content access level.
		
			string
			$defaultLanguage
						(line 187)
		
	The default language for content.
		
			string
			$description
						(line 91)
		
	The content description.
		
			array
			$elements
			 = array()			(line 34)
		
	An array of extra result properties.
		
			string
			$end_date
						(line 155)
		
	The generic end date.
		
			array
			$instructions
			 = array(This array tells the indexer which properties should be indexed and what weights to use for those properties.
		
			string
			$language
			 =  '*'			(line 123)
		
	The content language.
		
			mixed
			$list_price
						(line 163)
		
	The item list price.
		
			integer
			$published
						(line 99)
		
	The published state of the result.
		
			string
			$publish_end_date
						(line 139)
		
	The publishing end date.
		
			string
			$publish_start_date
						(line 131)
		
	The publishing start date.
		
			string
			$route
						(line 75)
		
	The content route.
		
			mixed
			$sale_price
						(line 171)
		
	The item sale price.
		
			string
			$start_date
						(line 147)
		
	The generic start date.
		
			integer
			$state
						(line 107)
		
	The content published state.
		
			array
			$taxonomy
			 = array()			(line 59)
		
	The indexer will use this data to create taxonomy mapping entries for the item so that it can be filtered by type, label, category, or whatever.
		
			string
			$title
						(line 83)
		
	The content title.
		
			integer
			$type_id
						(line 179)
		
	The content type id. This is set by the adapter.
		
			string
			$url
						(line 67)
		
	The content URL.
Method to add a processing instruction for an item property.
Method to add a taxonomy map for an item.
Method to retrieve additional element values from the elements array.
Method to get the taxonomy maps for an item.
Method to remove a processing instruction for an item property.
Method to set additional element values in the elements array.
The magic get method is used to retrieve additional element values from the elements array.
The magic isset method is used to check the state of additional element values in the elements array.
The magic set method is used to push additional values into the elements array in order to preserve the cleanliness of the object.
The magic unset method is used to unset additional element values in the elements array.
Documentation generated on Tue, 19 Nov 2013 15:12:18 +0100 by phpDocumentor 1.4.3