Home
last modified time | relevance | path

Searched refs:parFieldContent (Results 1 – 1 of 1) sorted by path

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedHtmlField.php26 * @param string $parFieldContent if given, sets the rawFieldContent property
28 public function __construct($parFieldContent) argument
30 if ($parFieldContent) {
31 $this->rawFieldContent = $parFieldContent;