File path: dist/twist/Core/Models/Resources.model.php
Namespace: Twist\Core\Models
processCSS
— Process the CSS files and output them in the desired HTML format
Name | Description |
---|---|
$arrFiles | n/a |
$strPath | n/a |
$strURI | n/a |
[$blInline = false] | n/a |
[$mxdAsyncType = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$arrFiles = array(0 => 'foo', 1 => 'bar');
$strPath = 'foo';
$strURI = 'foo';
$blInline = false;
$mxdAsyncType = null;
//Call the function processCSS with the example vars
$resResources = new \Twist\Core\Models\Resources();
$resResources -> processCSS($arrFiles, $strPath, $strURI, $blInline, $mxdAsyncType);