File path: dist/twist/Core/Models/String/SyntaxHighlight.model.php
Namespace: Twist\Core\Models\String
convertStyles
— Apply new styles to the code rather than the default ones
Name | Description |
---|---|
$strFormattedCode | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strFormattedCode = 'foo';
//Call the function convertStyles with the example vars
\Twist\Core\Models\String\SyntaxHighlight::convertStyles($strFormattedCode);