File path: dist/twist/Core/Models/String/SyntaxHighlight.model.php
Namespace: Twist\Core\Models\String
Type: Model
SyntaxHighlight
— {data:class-info/description}
<?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);
Method | Access | Returns |
---|---|---|
file | static | void |
code | static | void |
processCode | static | void |
explodeLines | static | void |
convertStyles | static | void |