File path: dist/twist/Core/Models/String/SyntaxHighlight.model.php
Namespace: Twist\Core\Models\String
processCode
— Process the code that has been passed in, highlight and output
Name | Description |
---|---|
$strCode | n/a |
$strOutputType | n/a |
$intFocusLineNo | n/a |
$intFocusRange | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strCode = 'foo';
$strOutputType = 'foo';
$intFocusLineNo = 124;
$intFocusRange = 124;
//Call the function processCode with the example vars
\Twist\Core\Models\String\SyntaxHighlight::processCode($strCode, $strOutputType, $intFocusLineNo, $intFocusRange);