Class Css
- MvcCore\Ext\View\Helpers\Assets
-
MvcCore\Ext\View\Helpers\Css
Namespace: MvcCore\Ext\View\Helpers
Located at ext-view-helper-assets/src/MvcCore/Ext/View/Helpers/Css.php
Located at ext-view-helper-assets/src/MvcCore/Ext/View/Helpers/Css.php
public
|
|
public
boolean
|
|
public
|
#
AppendRendered( string $path = '', string $media = 'all', boolean $doNotMinify = FALSE )
Append stylesheet after all group stylesheets for later render process with php tags executing in given file |
public
|
#
PrependRendered( string $path = '', string $media = 'all', boolean $doNotMinify = FALSE, boolean $doNotMinify,… )
Prepend stylesheet before all group stylesheets for later render process with php tags executing in given file |
public
|
#
OffsetSetRendered( integer $index = 0, string $path = '', string $media = 'all', boolean $doNotMinify = FALSE, boolean $doNotMinify,… )
Add stylesheet into given index of stylesheets group array for later render process with php tags executing in given file |
public
|
|
public
|
|
public
|
|
public
string
|
FILE_MODIFICATION_DATE_FORMAT,
GROUP_NAME_DEFAULT,
VERSION
|
public static
callable
|
$MinifyCallable
Array with full class name and public method accepted as first param css code and returning minified code |
#
array('\Minify_CSS', 'minify')
|
protected static
array
|
$linksGroupContainer
Array with all defined files to create specific link tags |
#
array()
|
$actualGroupName,
$appRoot,
$assetsUrlCompletion,
$basePath,
$fileChecking,
$fileRendering,
$globalOptions,
$logingAndExceptions,
$streamWrapper,
$systemConfigHash,
$tmpDir,
$view
|