Function Breadcrumb_substitution_loader->startText
Definitions
sources/breadcrumbs.php
- Standard PHP XML parser function.
- 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)
/**
* Standard PHP XML parser function.
*
* @param mixed $parser The parser
* @param string $data The text
*/
public function startText($parser, string $data)
* Standard PHP XML parser function.
*
* @param mixed $parser The parser
* @param string $data The text
*/
public function startText($parser, string $data)