/** Sets array with paths for getFormTexts.
	* @param Array of String $value 
	*/
	function setFormTexts($value) {
		$this->formTexts = $value;
	}