<div id="c601" class="csc-default" >######
#
# Snippets by http://typo3.intervation.de/snippets.html
#
####

<?php

class tx_methoden_parserFuncs {
	
	/**
	 * The main method of the PlugIn
	 *
	 * @param	string		$content: The PlugIn content
	 * @param	array		$conf: The PlugIn configuration
	 * @return	The content that is displayed on the website (Header)
	 */
	function user1($params=array(),$ref='')	{
		
		global $BE_USER;
		return $BE_USER->user[$params['functionArgument']];
		
		
	}
}

?></div>