Function CMS_RSS->trueStartText
Definitions
sources/rss.php
- Parse the complete text of the inside of the tag.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$parser | mixed | No | No | required parameter | N/A | N/A | The parser |
$data | string | No | No | required parameter | N/A | N/A | The text |
Preview
Code (PHP)
/**
* Parse the complete text of the inside of the tag.
*
* @param mixed $parser The parser
* @param string $data The text
*/
public function trueStartText($parser, string $data)
* Parse the complete text of the inside of the tag.
*
* @param mixed $parser The parser
* @param string $data The text
*/
public function trueStartText($parser, string $data)