Public Member Functions | |
__construct (Action $action) | |
loadStyle ($styFilePath) | |
setVerbose ($verbose) | |
Data Fields | |
const | CUSTOM_RULES_DIR_NAME = "rules.d" |
const | DEFAULT_CSS_PARSER_DEPLOY_CLASS = '\Dcp\Style\dcpCssConcatParser' |
const | DEFAULT_CSS_PARSER_RUNTIME_CLASS = null |
const | GLOBAL_RULES_DIR_NAME = "global-rules.d" |
Protected Member Functions | |
log ($msg) | |
loadStyleDefinition ($styFilePath) | |
loadCustomRulesFromFile ($customRulesFilePath) | |
computeStyleColors ($styleDefinition) | |
deployStyleFiles (Array $rules) | |
deleteDirectory ($dir) | |
Protected Attributes | |
$verbose = false | |
$logIndent = 0 | |
$styleConfig = array() | |
$action = null | |
Definition at line 25 of file setStyle.php.
__construct | ( | Action | $action | ) |
Definition at line 46 of file setStyle.php.
|
protected |
PhpIncludeInspection
Definition at line 137 of file setStyle.php.
|
protected |
Definition at line 352 of file setStyle.php.
|
protected |
|
protected |
PhpIncludeInspection
Definition at line 120 of file setStyle.php.
loadStyle | ( | $styFilePath | ) |
|
protected |
PhpIncludeInspection
Definition at line 58 of file setStyle.php.
|
protected |
Definition at line 39 of file setStyle.php.
setVerbose | ( | $verbose | ) |
Definition at line 367 of file setStyle.php.
|
protected |
Definition at line 37 of file setStyle.php.
|
protected |
Definition at line 34 of file setStyle.php.
|
protected |
Definition at line 35 of file setStyle.php.
|
protected |
Definition at line 33 of file setStyle.php.
const CUSTOM_RULES_DIR_NAME = "rules.d" |
Definition at line 28 of file setStyle.php.
const DEFAULT_CSS_PARSER_DEPLOY_CLASS = '\Dcp\Style\dcpCssConcatParser' |
Definition at line 29 of file setStyle.php.
const DEFAULT_CSS_PARSER_RUNTIME_CLASS = null |
Definition at line 30 of file setStyle.php.
const GLOBAL_RULES_DIR_NAME = "global-rules.d" |
Definition at line 31 of file setStyle.php.