docu_system/classes/ScssPhp-ScssPhp-Compiler.html
Ulf Gebhardt 50de610cf6
generated new version
missing changes

more

more

more
2024-11-21 02:49:15 +01:00

19726 lines
1.4 MiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta charset="utf-8"/>
<title> SYSTEM - PHP Framework &raquo; \ScssPhp\ScssPhp\Compiler
</title>
<meta name="author" content=""/>
<meta name="description" content=""/>
<base href="../">
<link href="css/template.css" rel="stylesheet" media="all"/>
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<script src="js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script>
<script src="js/jquery.mousewheel.min.js" type="text/javascript"></script>
<script src="js/bootstrap.js" type="text/javascript"></script>
<script src="js/template.js" type="text/javascript"></script>
<script src="js/prettify/prettify.min.js" type="text/javascript"></script>
<link rel="shortcut icon" href="img/favicon.ico"/>
<link rel="apple-touch-icon" href="img/apple-touch-icon.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png"/>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> </a>
<a class="brand" href="index.html">SYSTEM - PHP Framework</a>
<div class="nav-collapse">
<ul class="nav">
<li class="dropdown">
<a href="#api" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a>Namespaces</a></li>
<li><a href="\LIB">LIB</a></li>
<li><a href="\GIT">GIT</a></li>
<li><a href="\vakata">vakata</a></li>
<li><a href="\Michelf">Michelf</a></li>
<li><a href="\MatthiasMullie">MatthiasMullie</a></li>
<li><a href="\PHPDocMD">PHPDocMD</a></li>
<li><a href="\ScssPhp">ScssPhp</a></li>
<li><a href="\SYSTEM">SYSTEM</a></li>
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#charts" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="graph_class.html">
<i class="icon-list-alt"></i>&#160;Class hierarchy diagram
</a>
</li>
</ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#reports" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="errors.html">
<i class="icon-list-alt"></i>&#160;Errors
</a>
</li>
<li>
<a href="markers.html">
<i class="icon-list-alt"></i>&#160;Markers
</a>
</li>
<li>
<a href="deprecated.html">
<i class="icon-list-alt"></i>&#160;Deprecated
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="go_to_top">
<a href="#___" style="color: inherit">Back to top&#160;&#160;<i class="icon-upload icon-white"></i></a>
</div>
</div>
<div id="___" class="container">
<noscript>
<div class="alert alert-warning">
Javascript is disabled; several features are only available if Javascript is enabled.
</div>
</noscript>
<style>
.deprecated h2 {
text-decoration: line-through;
}
</style>
<div class="row">
<div class="span4">
<div class="btn-group view pull-right" data-toggle="buttons-radio">
<button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button>
<button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button>
</div>
<div class="btn-group visibility" data-toggle="buttons-checkbox">
<button class="btn public active" title="Show public elements">Public</button>
<button class="btn protected" title="Show protected elements">Protected</button>
<button class="btn private" title="Show private elements">Private</button>
<button class="btn inherited active" title="Show inherited elements">Inherited</button>
</div>
<ul class="side-nav nav nav-list">
<li class="nav-header">
<i class="icon-custom icon-method"></i> Methods
<ul>
<li class="method public">
<a href="#method___construct" title="__construct :: Constructor">
<span class="description">Constructor</span><pre>__construct</pre>
</a>
</li>
<li class="method public">
<a href="#method_addImportPath" title="addImportPath :: Add import path">
<span class="description">Add import path</span><pre>addImportPath</pre>
</a>
</li>
<li class="method public">
<a href="#method_addVariables" title="addVariables :: Replaces variables.">
<span class="description">Replaces variables.</span><pre>addVariables</pre>
</a>
</li>
<li class="method public">
<a href="#method_assertColor" title="assertColor :: Assert value is a color">
<span class="description">Assert value is a color</span><pre>assertColor</pre>
</a>
</li>
<li class="method public">
<a href="#method_assertInteger" title="assertInteger :: Assert value is a integer">
<span class="description">Assert value is a integer</span><pre>assertInteger</pre>
</a>
</li>
<li class="method public">
<a href="#method_assertList" title="assertList :: Assert value is a list">
<span class="description">Assert value is a list</span><pre>assertList</pre>
</a>
</li>
<li class="method public">
<a href="#method_assertMap" title="assertMap :: Assert value is a map">
<span class="description">Assert value is a map</span><pre>assertMap</pre>
</a>
</li>
<li class="method public">
<a href="#method_assertNumber" title="assertNumber :: Assert value is a number">
<span class="description">Assert value is a number</span><pre>assertNumber</pre>
</a>
</li>
<li class="method public">
<a href="#method_assertString" title="assertString :: Assert value is a string">
<span class="description">Assert value is a string</span><pre>assertString</pre>
</a>
</li>
<li class="method public">
<a href="#method_compileString" title="compileString :: Compile scss">
<span class="description">Compile scss</span><pre>compileString</pre>
</a>
</li>
<li class="method public">
<a href="#method_compileValue" title="compileValue :: Compiles a primitive value into a CSS property value.">
<span class="description">Compiles a primitive value into a CSS property value.</span><pre>compileValue</pre>
</a>
</li>
<li class="method public">
<a href="#method_getArgumentListKeywords" title="getArgumentListKeywords :: Gets the keywords of an argument list.">
<span class="description">Gets the keywords of an argument list.</span><pre>getArgumentListKeywords</pre>
</a>
</li>
<li class="method public">
<a href="#method_getStringText" title="getStringText :: Gets the text of a Sass string">
<span class="description">Gets the text of a Sass string</span><pre>getStringText</pre>
</a>
</li>
<li class="method public">
<a href="#method_getVariables" title="getVariables :: Returns list of variables">
<span class="description">Returns list of variables</span><pre>getVariables</pre>
</a>
</li>
<li class="method public">
<a href="#method_isCssImport" title="isCssImport :: Detects whether the import is a CSS import.">
<span class="description">Detects whether the import is a CSS import.</span><pre>isCssImport</pre>
</a>
</li>
<li class="method public">
<a href="#method_isTruthy" title="isTruthy :: Is truthy?">
<span class="description">Is truthy?</span><pre>isTruthy</pre>
</a>
</li>
<li class="method public">
<a href="#method_registerFunction" title="registerFunction :: Register function">
<span class="description">Register function</span><pre>registerFunction</pre>
</a>
</li>
<li class="method public">
<a href="#method_replaceVariables" title="replaceVariables :: Replaces variables.">
<span class="description">Replaces variables.</span><pre>replaceVariables</pre>
</a>
</li>
<li class="method public">
<a href="#method_setCharset" title="setCharset :: Configures the handling of non-ASCII outputs.">
<span class="description">Configures the handling of non-ASCII outputs.</span><pre>setCharset</pre>
</a>
</li>
<li class="method public">
<a href="#method_setImportPaths" title="setImportPaths :: Set import paths">
<span class="description">Set import paths</span><pre>setImportPaths</pre>
</a>
</li>
<li class="method public">
<a href="#method_setLogger" title="setLogger :: Sets an alternative logger.">
<span class="description">Sets an alternative logger.</span><pre>setLogger</pre>
</a>
</li>
<li class="method public">
<a href="#method_setOutputStyle" title="setOutputStyle :: Sets the output style.">
<span class="description">Sets the output style.</span><pre>setOutputStyle</pre>
</a>
</li>
<li class="method public">
<a href="#method_setSourceMap" title="setSourceMap :: Enable/disable source maps">
<span class="description">Enable/disable source maps</span><pre>setSourceMap</pre>
</a>
</li>
<li class="method public">
<a href="#method_setSourceMapOptions" title="setSourceMapOptions :: Set source map options">
<span class="description">Set source map options</span><pre>setSourceMapOptions</pre>
</a>
</li>
<li class="method public">
<a href="#method_toBool" title="toBool :: Cast to boolean">
<span class="description">Cast to boolean</span><pre>toBool</pre>
</a>
</li>
<li class="method public">
<a href="#method_unregisterFunction" title="unregisterFunction :: Unregister function">
<span class="description">Unregister function</span><pre>unregisterFunction</pre>
</a>
</li>
<li class="method public">
<a href="#method_unsetVariable" title="unsetVariable :: Unset variable">
<span class="description">Unset variable</span><pre>unsetVariable</pre>
</a>
</li>
</ul>
</li>
<li class="nav-header protected">» Protected
<ul>
<li class="method protected">
<a href="#method_coerceMap" title="coerceMap :: Coerce something to map">
<span class="description">Coerce something to map</span><pre>coerceMap</pre>
</a>
</li>
</ul>
</li>
<li class="nav-header private">» Private
<ul>
<li class="method private">
<a href="#method_addLocationToMessage" title="addLocationToMessage :: ">
<span class="description"></span><pre>addLocationToMessage</pre>
</a>
</li>
<li class="method private">
<a href="#method_addParsedFile" title="addParsedFile :: Adds to list of parsed files">
<span class="description">Adds to list of parsed files</span><pre>addParsedFile</pre>
</a>
</li>
<li class="method private">
<a href="#method_adjustHsl" title="adjustHsl :: ">
<span class="description"></span><pre>adjustHsl</pre>
</a>
</li>
<li class="method private">
<a href="#method_alterColor" title="alterColor :: Helper function for adjust_color, change_color, and scale_color">
<span class="description">Helper function for adjust_color, change_color, and scale_color</span><pre>alterColor</pre>
</a>
</li>
<li class="method private">
<a href="#method_appendOutputLine" title="appendOutputLine :: Append lines to the current output block:
directly to the block or through a child if necessary">
<span class="description">Append lines to the current output block:
directly to the block or through a child if necessary</span><pre>appendOutputLine</pre>
</a>
</li>
<li class="method private">
<a href="#method_appendRootDirective" title="appendRootDirective :: Append a root directive like @import or @charset as near as the possible from the source code
(keeping before comments, @import and @charset coming before in the source code)">
<span class="description">Append a root directive like @import or @charset as near as the possible from the source code
(keeping before comments, @import and @charset coming before in the source code)</span><pre>appendRootDirective</pre>
</a>
</li>
<li class="method private">
<a href="#method_applyArguments" title="applyArguments :: Apply argument values per definition">
<span class="description">Apply argument values per definition</span><pre>applyArguments</pre>
</a>
</li>
<li class="method private">
<a href="#method_applyArgumentsToDeclaration" title="applyArgumentsToDeclaration :: Apply argument values per definition.">
<span class="description">Apply argument values per definition.</span><pre>applyArgumentsToDeclaration</pre>
</a>
</li>
<li class="method private">
<a href="#method_backPropagateEnv" title="backPropagateEnv :: Propagate vars from a just poped Env (used in @each and @for)">
<span class="description">Propagate vars from a just poped Env (used in @each and @for)</span><pre>backPropagateEnv</pre>
</a>
</li>
<li class="method private">
<a href="#method_callNativeFunction" title="callNativeFunction :: Call built-in and registered (PHP) functions">
<span class="description">Call built-in and registered (PHP) functions</span><pre>callNativeFunction</pre>
</a>
</li>
<li class="method private">
<a href="#method_callScssFunction" title="callScssFunction :: Call SCSS @function">
<span class="description">Call SCSS @function</span><pre>callScssFunction</pre>
</a>
</li>
<li class="method private">
<a href="#method_callStackMessage" title="callStackMessage :: Beautify call stack for output">
<span class="description">Beautify call stack for output</span><pre>callStackMessage</pre>
</a>
</li>
<li class="method private">
<a href="#method_checkCompatibleTags" title="checkCompatibleTags :: Check the compatibility between two tag names:
if both are defined they should be identical or one has to be &#039;*&#039;">
<span class="description">Check the compatibility between two tag names:
if both are defined they should be identical or one has to be &#039;*&#039;</span><pre>checkCompatibleTags</pre>
</a>
</li>
<li class="method private">
<a href="#method_checkImportPathConflicts" title="checkImportPathConflicts :: ">
<span class="description"></span><pre>checkImportPathConflicts</pre>
</a>
</li>
<li class="method private">
<a href="#method_checkPrototypeMatches" title="checkPrototypeMatches :: Checks whether the argument invocation matches the callable prototype.">
<span class="description">Checks whether the argument invocation matches the callable prototype.</span><pre>checkPrototypeMatches</pre>
</a>
</li>
<li class="method private">
<a href="#method_checkSelectorArgType" title="checkSelectorArgType :: Check variable type for getSelectorArg() function">
<span class="description">Check variable type for getSelectorArg() function</span><pre>checkSelectorArgType</pre>
</a>
</li>
<li class="method private">
<a href="#method_coerceColor" title="coerceColor :: Coerce value to color">
<span class="description">Coerce value to color</span><pre>coerceColor</pre>
</a>
</li>
<li class="method private">
<a href="#method_coerceForExpression" title="coerceForExpression :: Coerce color for expression">
<span class="description">Coerce color for expression</span><pre>coerceForExpression</pre>
</a>
</li>
<li class="method private">
<a href="#method_coerceList" title="coerceList :: Coerce something to list">
<span class="description">Coerce something to list</span><pre>coerceList</pre>
</a>
</li>
<li class="method private">
<a href="#method_coerceString" title="coerceString :: Coerce value to string">
<span class="description">Coerce value to string</span><pre>coerceString</pre>
</a>
</li>
<li class="method private">
<a href="#method_coerceValue" title="coerceValue :: Coerce a php value into a scss one">
<span class="description">Coerce a php value into a scss one</span><pre>coerceValue</pre>
</a>
</li>
<li class="method private">
<a href="#method_collapseSelectors" title="collapseSelectors :: Collapse selectors">
<span class="description">Collapse selectors</span><pre>collapseSelectors</pre>
</a>
</li>
<li class="method private">
<a href="#method_collapseSelectorsAsList" title="collapseSelectorsAsList :: Collapse selectors">
<span class="description">Collapse selectors</span><pre>collapseSelectorsAsList</pre>
</a>
</li>
<li class="method private">
<a href="#method_combineSelectorSingle" title="combineSelectorSingle :: Combine selector single">
<span class="description">Combine selector single</span><pre>combineSelectorSingle</pre>
</a>
</li>
<li class="method private">
<a href="#method_compactEnv" title="compactEnv :: Convert env linked list to stack">
<span class="description">Convert env linked list to stack</span><pre>compactEnv</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileAtRoot" title="compileAtRoot :: Compile at-root">
<span class="description">Compile at-root</span><pre>compileAtRoot</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileBlock" title="compileBlock :: Recursively compiles a block.">
<span class="description">Recursively compiles a block.</span><pre>compileBlock</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileChild" title="compileChild :: Compile child; returns a value to halt execution">
<span class="description">Compile child; returns a value to halt execution</span><pre>compileChild</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileChildren" title="compileChildren :: Compile children and return result">
<span class="description">Compile children and return result</span><pre>compileChildren</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileChildrenNoReturn" title="compileChildrenNoReturn :: Compile children and throw exception if unexpected at-return">
<span class="description">Compile children and throw exception if unexpected at-return</span><pre>compileChildrenNoReturn</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileColorPartValue" title="compileColorPartValue :: ">
<span class="description"></span><pre>compileColorPartValue</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileComment" title="compileComment :: Compile root level comment">
<span class="description">Compile root level comment</span><pre>compileComment</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileCommentValue" title="compileCommentValue :: Compile the value of a comment that can have interpolation">
<span class="description">Compile the value of a comment that can have interpolation</span><pre>compileCommentValue</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileDebugValue" title="compileDebugValue :: ">
<span class="description"></span><pre>compileDebugValue</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileDirective" title="compileDirective :: Compile directive">
<span class="description">Compile directive</span><pre>compileDirective</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileDirectiveName" title="compileDirectiveName :: directive names can include some interpolation">
<span class="description">directive names can include some interpolation</span><pre>compileDirectiveName</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileImport" title="compileImport :: Compile import; returns true if the value was something that could be imported">
<span class="description">Compile import; returns true if the value was something that could be imported</span><pre>compileImport</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileImportPath" title="compileImportPath :: ">
<span class="description"></span><pre>compileImportPath</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileKeyframeBlock" title="compileKeyframeBlock :: Compile keyframe block">
<span class="description">Compile keyframe block</span><pre>compileKeyframeBlock</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileMedia" title="compileMedia :: Compile media">
<span class="description">Compile media</span><pre>compileMedia</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileMediaQuery" title="compileMediaQuery :: Compile media query">
<span class="description">Compile media query</span><pre>compileMediaQuery</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileNestedBlock" title="compileNestedBlock :: Compile nested block">
<span class="description">Compile nested block</span><pre>compileNestedBlock</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileNestedPropertiesBlock" title="compileNestedPropertiesBlock :: Compile nested properties lines">
<span class="description">Compile nested properties lines</span><pre>compileNestedPropertiesBlock</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileRGBAValue" title="compileRGBAValue :: ">
<span class="description"></span><pre>compileRGBAValue</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileRoot" title="compileRoot :: Compile root">
<span class="description">Compile root</span><pre>compileRoot</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileSelector" title="compileSelector :: Compile selector to string; self(&amp;) should have been replaced by now">
<span class="description">Compile selector to string; self(&amp;) should have been replaced by now</span><pre>compileSelector</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileSelectorPart" title="compileSelectorPart :: Compile selector part">
<span class="description">Compile selector part</span><pre>compileSelectorPart</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileStringContent" title="compileStringContent :: Compile string content">
<span class="description">Compile string content</span><pre>compileStringContent</pre>
</a>
</li>
<li class="method private">
<a href="#method_compileWith" title="compileWith :: Compile @at-root&#039;s with: inclusion / without: exclusion into 2 lists uses to filter scope/env later">
<span class="description">Compile @at-root&#039;s with: inclusion / without: exclusion into 2 lists uses to filter scope/env later</span><pre>compileWith</pre>
</a>
</li>
<li class="method private">
<a href="#method_completeScope" title="completeScope :: found missing selector from a at-root compilation in the previous scope
(if at-root is just enclosing a property, the selector is in the parent tree)">
<span class="description">found missing selector from a at-root compilation in the previous scope
(if at-root is just enclosing a property, the selector is in the parent tree)</span><pre>completeScope</pre>
</a>
</li>
<li class="method private">
<a href="#method_cssValidArg" title="cssValidArg :: ">
<span class="description"></span><pre>cssValidArg</pre>
</a>
</li>
<li class="method private">
<a href="#method_error" title="error :: Build an error (exception)">
<span class="description">Build an error (exception)</span><pre>error</pre>
</a>
</li>
<li class="method private">
<a href="#method_escapeImportPathString" title="escapeImportPathString :: ">
<span class="description"></span><pre>escapeImportPathString</pre>
</a>
</li>
<li class="method private">
<a href="#method_escapeNonPrintableChars" title="escapeNonPrintableChars :: Escape non printable chars in strings output as in dart-sass">
<span class="description">Escape non printable chars in strings output as in dart-sass</span><pre>escapeNonPrintableChars</pre>
</a>
</li>
<li class="method private">
<a href="#method_evalSelector" title="evalSelector :: Evaluate selector">
<span class="description">Evaluate selector</span><pre>evalSelector</pre>
</a>
</li>
<li class="method private">
<a href="#method_evalSelectorPart" title="evalSelectorPart :: Evaluate selector part; replaces all the interpolates, stripping quotes">
<span class="description">Evaluate selector part; replaces all the interpolates, stripping quotes</span><pre>evalSelectorPart</pre>
</a>
</li>
<li class="method private">
<a href="#method_evalSelectors" title="evalSelectors :: Evaluate selectors">
<span class="description">Evaluate selectors</span><pre>evalSelectors</pre>
</a>
</li>
<li class="method private">
<a href="#method_evaluateArguments" title="evaluateArguments :: Evaluates the argument from the invocation.">
<span class="description">Evaluates the argument from the invocation.</span><pre>evaluateArguments</pre>
</a>
</li>
<li class="method private">
<a href="#method_evaluateMediaQuery" title="evaluateMediaQuery :: evaluate media query : compile internal value keeping the structure unchanged">
<span class="description">evaluate media query : compile internal value keeping the structure unchanged</span><pre>evaluateMediaQuery</pre>
</a>
</li>
<li class="method private">
<a href="#method_expToString" title="expToString :: Reduce expression to string">
<span class="description">Reduce expression to string</span><pre>expToString</pre>
</a>
</li>
<li class="method private">
<a href="#method_extendOrReplaceSelectors" title="extendOrReplaceSelectors :: Extend/replace in selectors
used by selector-extend and selector-replace that use the same logic">
<span class="description">Extend/replace in selectors
used by selector-extend and selector-replace that use the same logic</span><pre>extendOrReplaceSelectors</pre>
</a>
</li>
<li class="method private">
<a href="#method_extractEnv" title="extractEnv :: Convert env stack to singly linked list">
<span class="description">Convert env stack to singly linked list</span><pre>extractEnv</pre>
</a>
</li>
<li class="method private">
<a href="#method_extractInterpolation" title="extractInterpolation :: Extract interpolation; it doesn&#039;t need to be recursive, compileValue will handle that">
<span class="description">Extract interpolation; it doesn&#039;t need to be recursive, compileValue will handle that</span><pre>extractInterpolation</pre>
</a>
</li>
<li class="method private">
<a href="#method_extractRelationshipFromFragment" title="extractRelationshipFromFragment :: Extract a relationship from the fragment.">
<span class="description">Extract a relationship from the fragment.</span><pre>extractRelationshipFromFragment</pre>
</a>
</li>
<li class="method private">
<a href="#method_extractSlashAlphaInColorFunction" title="extractSlashAlphaInColorFunction :: Extract the ... / alpha on the last argument of channel arg
in color functions">
<span class="description">Extract the ... / alpha on the last argument of channel arg
in color functions</span><pre>extractSlashAlphaInColorFunction</pre>
</a>
</li>
<li class="method private">
<a href="#method_filterScopeWithWithout" title="filterScopeWithWithout :: Filter at-root scope depending on with/without option">
<span class="description">Filter at-root scope depending on with/without option</span><pre>filterScopeWithWithout</pre>
</a>
</li>
<li class="method private">
<a href="#method_filterWithWithout" title="filterWithWithout :: Filter env stack">
<span class="description">Filter env stack</span><pre>filterWithWithout</pre>
</a>
</li>
<li class="method private">
<a href="#method_findImport" title="findImport :: Return the file path for an import url if it exists">
<span class="description">Return the file path for an import url if it exists</span><pre>findImport</pre>
</a>
</li>
<li class="method private">
<a href="#method_findScopeSelectors" title="findScopeSelectors :: Find a selector by the depth node in the scope">
<span class="description">Find a selector by the depth node in the scope</span><pre>findScopeSelectors</pre>
</a>
</li>
<li class="method private">
<a href="#method_findTagName" title="findTagName :: Find the html tag name in a selector parts list">
<span class="description">Find the html tag name in a selector parts list</span><pre>findTagName</pre>
</a>
</li>
<li class="method private">
<a href="#method_fixColor" title="fixColor :: Make sure a color&#039;s components don&#039;t go out of bounds">
<span class="description">Make sure a color&#039;s components don&#039;t go out of bounds</span><pre>fixColor</pre>
</a>
</li>
<li class="method private">
<a href="#method_flattenSelectors" title="flattenSelectors :: Flatten selectors">
<span class="description">Flatten selectors</span><pre>flattenSelectors</pre>
</a>
</li>
<li class="method private">
<a href="#method_flattenSelectorSingle" title="flattenSelectorSingle :: Flatten selector single; joins together .classes and #ids">
<span class="description">Flatten selector single; joins together .classes and #ids</span><pre>flattenSelectorSingle</pre>
</a>
</li>
<li class="method private">
<a href="#method_fncall" title="fncall :: Function caller">
<span class="description">Function caller</span><pre>fncall</pre>
</a>
</li>
<li class="method private">
<a href="#method_formatOutputSelector" title="formatOutputSelector :: Postprocess selector to output in right format">
<span class="description">Postprocess selector to output in right format</span><pre>formatOutputSelector</pre>
</a>
</li>
<li class="method private">
<a href="#method_get" title="get :: Get variable">
<span class="description">Get variable</span><pre>get</pre>
</a>
</li>
<li class="method private">
<a href="#method_getBuiltinFunction" title="getBuiltinFunction :: Get built-in function">
<span class="description">Get built-in function</span><pre>getBuiltinFunction</pre>
</a>
</li>
<li class="method private">
<a href="#method_getCompileOptions" title="getCompileOptions :: Get compiler options">
<span class="description">Get compiler options</span><pre>getCompileOptions</pre>
</a>
</li>
<li class="method private">
<a href="#method_getFunctionReference" title="getFunctionReference :: Find a function reference">
<span class="description">Find a function reference</span><pre>getFunctionReference</pre>
</a>
</li>
<li class="method private">
<a href="#method_getPrettyPath" title="getPrettyPath :: ">
<span class="description"></span><pre>getPrettyPath</pre>
</a>
</li>
<li class="method private">
<a href="#method_getSelectorArg" title="getSelectorArg :: Preprocess selector args">
<span class="description">Preprocess selector args</span><pre>getSelectorArg</pre>
</a>
</li>
<li class="method private">
<a href="#method_getStoreEnv" title="getStoreEnv :: Get store environment">
<span class="description">Get store environment</span><pre>getStoreEnv</pre>
</a>
</li>
<li class="method private">
<a href="#method_getTypeOf" title="getTypeOf :: ">
<span class="description"></span><pre>getTypeOf</pre>
</a>
</li>
<li class="method private">
<a href="#method_glueFunctionSelectors" title="glueFunctionSelectors :: Glue parts of :not( or :nth-child( ... that are in general split in selectors parts">
<span class="description">Glue parts of :not( or :nth-child( ... that are in general split in selectors parts</span><pre>glueFunctionSelectors</pre>
</a>
</li>
<li class="method private">
<a href="#method_handleImportLoop" title="handleImportLoop :: Handle import loop">
<span class="description">Handle import loop</span><pre>handleImportLoop</pre>
</a>
</li>
<li class="method private">
<a href="#method_has" title="has :: Has variable?">
<span class="description">Has variable?</span><pre>has</pre>
</a>
</li>
<li class="method private">
<a href="#method_hasSelectorPlaceholder" title="hasSelectorPlaceholder :: Has selector placeholder?">
<span class="description">Has selector placeholder?</span><pre>hasSelectorPlaceholder</pre>
</a>
</li>
<li class="method private">
<a href="#method_hueToRGB" title="hueToRGB :: Hue to RGB helper">
<span class="description">Hue to RGB helper</span><pre>hueToRGB</pre>
</a>
</li>
<li class="method private">
<a href="#method_HWBtoRGB" title="HWBtoRGB :: Convert HWB to RGB
https://www.w3.org/TR/css-color-4/#hwb-to-rgb">
<span class="description">Convert HWB to RGB
https://www.w3.org/TR/css-color-4/#hwb-to-rgb</span><pre>HWBtoRGB</pre>
</a>
</li>
<li class="method private">
<a href="#method_importFile" title="importFile :: Import file">
<span class="description">Import file</span><pre>importFile</pre>
</a>
</li>
<li class="method private">
<a href="#method_injectVariables" title="injectVariables :: Inject variables">
<span class="description">Inject variables</span><pre>injectVariables</pre>
</a>
</li>
<li class="method private">
<a href="#method_inspectFormatValue" title="inspectFormatValue :: ">
<span class="description"></span><pre>inspectFormatValue</pre>
</a>
</li>
<li class="method private">
<a href="#method_isFreshCachedResult" title="isFreshCachedResult :: ">
<span class="description"></span><pre>isFreshCachedResult</pre>
</a>
</li>
<li class="method private">
<a href="#method_isImmediateRelationshipCombinator" title="isImmediateRelationshipCombinator :: Is the value a direct relationship combinator?">
<span class="description">Is the value a direct relationship combinator?</span><pre>isImmediateRelationshipCombinator</pre>
</a>
</li>
<li class="method private">
<a href="#method_isPseudoSelector" title="isPseudoSelector :: Test a part for being a pseudo selector">
<span class="description">Test a part for being a pseudo selector</span><pre>isPseudoSelector</pre>
</a>
</li>
<li class="method private">
<a href="#method_isSelfExtend" title="isSelfExtend :: Is self extend?">
<span class="description">Is self extend?</span><pre>isSelfExtend</pre>
</a>
</li>
<li class="method private">
<a href="#method_isSuperPart" title="isSuperPart :: Test a part of super selector again a part of sub selector">
<span class="description">Test a part of super selector again a part of sub selector</span><pre>isSuperPart</pre>
</a>
</li>
<li class="method private">
<a href="#method_isSuperSelector" title="isSuperSelector :: Test a $super selector again $sub">
<span class="description">Test a $super selector again $sub</span><pre>isSuperSelector</pre>
</a>
</li>
<li class="method private">
<a href="#method_isWith" title="isWith :: Filter WITH rules">
<span class="description">Filter WITH rules</span><pre>isWith</pre>
</a>
</li>
<li class="method private">
<a href="#method_joinSelectors" title="joinSelectors :: Join selectors; looks for &amp; to replace, or append parent before child">
<span class="description">Join selectors; looks for &amp; to replace, or append parent before child</span><pre>joinSelectors</pre>
</a>
</li>
<li class="method private">
<a href="#method_libAbs" title="libAbs :: ">
<span class="description"></span><pre>libAbs</pre>
</a>
</li>
<li class="method private">
<a href="#method_libAdjustColor" title="libAdjustColor :: ">
<span class="description"></span><pre>libAdjustColor</pre>
</a>
</li>
<li class="method private">
<a href="#method_libAdjustHue" title="libAdjustHue :: ">
<span class="description"></span><pre>libAdjustHue</pre>
</a>
</li>
<li class="method private">
<a href="#method_libAlpha" title="libAlpha :: ">
<span class="description"></span><pre>libAlpha</pre>
</a>
</li>
<li class="method private">
<a href="#method_libAppend" title="libAppend :: ">
<span class="description"></span><pre>libAppend</pre>
</a>
</li>
<li class="method private">
<a href="#method_libBlue" title="libBlue :: ">
<span class="description"></span><pre>libBlue</pre>
</a>
</li>
<li class="method private">
<a href="#method_libCall" title="libCall :: ">
<span class="description"></span><pre>libCall</pre>
</a>
</li>
<li class="method private">
<a href="#method_libCeil" title="libCeil :: ">
<span class="description"></span><pre>libCeil</pre>
</a>
</li>
<li class="method private">
<a href="#method_libChangeColor" title="libChangeColor :: ">
<span class="description"></span><pre>libChangeColor</pre>
</a>
</li>
<li class="method private">
<a href="#method_libComparable" title="libComparable :: ">
<span class="description"></span><pre>libComparable</pre>
</a>
</li>
<li class="method private">
<a href="#method_libComplement" title="libComplement :: ">
<span class="description"></span><pre>libComplement</pre>
</a>
</li>
<li class="method private">
<a href="#method_libDarken" title="libDarken :: ">
<span class="description"></span><pre>libDarken</pre>
</a>
</li>
<li class="method private">
<a href="#method_libDesaturate" title="libDesaturate :: ">
<span class="description"></span><pre>libDesaturate</pre>
</a>
</li>
<li class="method private">
<a href="#method_libFadeIn" title="libFadeIn :: ">
<span class="description"></span><pre>libFadeIn</pre>
</a>
</li>
<li class="method private">
<a href="#method_libFadeOut" title="libFadeOut :: ">
<span class="description"></span><pre>libFadeOut</pre>
</a>
</li>
<li class="method private">
<a href="#method_libFeatureExists" title="libFeatureExists :: ">
<span class="description"></span><pre>libFeatureExists</pre>
</a>
</li>
<li class="method private">
<a href="#method_libFloor" title="libFloor :: ">
<span class="description"></span><pre>libFloor</pre>
</a>
</li>
<li class="method private">
<a href="#method_libFunctionExists" title="libFunctionExists :: ">
<span class="description"></span><pre>libFunctionExists</pre>
</a>
</li>
<li class="method private">
<a href="#method_libGetFunction" title="libGetFunction :: ">
<span class="description"></span><pre>libGetFunction</pre>
</a>
</li>
<li class="method private">
<a href="#method_libGlobalVariableExists" title="libGlobalVariableExists :: ">
<span class="description"></span><pre>libGlobalVariableExists</pre>
</a>
</li>
<li class="method private">
<a href="#method_libGrayscale" title="libGrayscale :: ">
<span class="description"></span><pre>libGrayscale</pre>
</a>
</li>
<li class="method private">
<a href="#method_libGreen" title="libGreen :: ">
<span class="description"></span><pre>libGreen</pre>
</a>
</li>
<li class="method private">
<a href="#method_libHsl" title="libHsl :: ">
<span class="description"></span><pre>libHsl</pre>
</a>
</li>
<li class="method private">
<a href="#method_libHsla" title="libHsla :: ">
<span class="description"></span><pre>libHsla</pre>
</a>
</li>
<li class="method private">
<a href="#method_libHue" title="libHue :: ">
<span class="description"></span><pre>libHue</pre>
</a>
</li>
<li class="method private">
<a href="#method_libIeHexStr" title="libIeHexStr :: ">
<span class="description"></span><pre>libIeHexStr</pre>
</a>
</li>
<li class="method private">
<a href="#method_libIf" title="libIf :: ">
<span class="description"></span><pre>libIf</pre>
</a>
</li>
<li class="method private">
<a href="#method_libIndex" title="libIndex :: ">
<span class="description"></span><pre>libIndex</pre>
</a>
</li>
<li class="method private">
<a href="#method_libInspect" title="libInspect :: ">
<span class="description"></span><pre>libInspect</pre>
</a>
</li>
<li class="method private">
<a href="#method_libInvert" title="libInvert :: ">
<span class="description"></span><pre>libInvert</pre>
</a>
</li>
<li class="method private">
<a href="#method_libIsBracketed" title="libIsBracketed :: ">
<span class="description"></span><pre>libIsBracketed</pre>
</a>
</li>
<li class="method private">
<a href="#method_libIsSuperselector" title="libIsSuperselector :: ">
<span class="description"></span><pre>libIsSuperselector</pre>
</a>
</li>
<li class="method private">
<a href="#method_libJoin" title="libJoin :: ">
<span class="description"></span><pre>libJoin</pre>
</a>
</li>
<li class="method private">
<a href="#method_libKeywords" title="libKeywords :: ">
<span class="description"></span><pre>libKeywords</pre>
</a>
</li>
<li class="method private">
<a href="#method_libLength" title="libLength :: ">
<span class="description"></span><pre>libLength</pre>
</a>
</li>
<li class="method private">
<a href="#method_libLighten" title="libLighten :: ">
<span class="description"></span><pre>libLighten</pre>
</a>
</li>
<li class="method private">
<a href="#method_libLightness" title="libLightness :: ">
<span class="description"></span><pre>libLightness</pre>
</a>
</li>
<li class="method private">
<a href="#method_libListSeparator" title="libListSeparator :: ">
<span class="description"></span><pre>libListSeparator</pre>
</a>
</li>
<li class="method private">
<a href="#method_libMapGet" title="libMapGet :: ">
<span class="description"></span><pre>libMapGet</pre>
</a>
</li>
<li class="method private">
<a href="#method_libMapHasKey" title="libMapHasKey :: ">
<span class="description"></span><pre>libMapHasKey</pre>
</a>
</li>
<li class="method private">
<a href="#method_libMapKeys" title="libMapKeys :: ">
<span class="description"></span><pre>libMapKeys</pre>
</a>
</li>
<li class="method private">
<a href="#method_libMapMerge" title="libMapMerge :: ">
<span class="description"></span><pre>libMapMerge</pre>
</a>
</li>
<li class="method private">
<a href="#method_libMapRemove" title="libMapRemove :: ">
<span class="description"></span><pre>libMapRemove</pre>
</a>
</li>
<li class="method private">
<a href="#method_libMapValues" title="libMapValues :: ">
<span class="description"></span><pre>libMapValues</pre>
</a>
</li>
<li class="method private">
<a href="#method_libMax" title="libMax :: ">
<span class="description"></span><pre>libMax</pre>
</a>
</li>
<li class="method private">
<a href="#method_libMin" title="libMin :: ">
<span class="description"></span><pre>libMin</pre>
</a>
</li>
<li class="method private">
<a href="#method_libMix" title="libMix :: ">
<span class="description"></span><pre>libMix</pre>
</a>
</li>
<li class="method private">
<a href="#method_libMixinExists" title="libMixinExists :: ">
<span class="description"></span><pre>libMixinExists</pre>
</a>
</li>
<li class="method private">
<a href="#method_libNth" title="libNth :: ">
<span class="description"></span><pre>libNth</pre>
</a>
</li>
<li class="method private">
<a href="#method_libOpacify" title="libOpacify :: ">
<span class="description"></span><pre>libOpacify</pre>
</a>
</li>
<li class="method private">
<a href="#method_libOpacity" title="libOpacity :: ">
<span class="description"></span><pre>libOpacity</pre>
</a>
</li>
<li class="method private">
<a href="#method_libPercentage" title="libPercentage :: ">
<span class="description"></span><pre>libPercentage</pre>
</a>
</li>
<li class="method private">
<a href="#method_libQuote" title="libQuote :: ">
<span class="description"></span><pre>libQuote</pre>
</a>
</li>
<li class="method private">
<a href="#method_libRandom" title="libRandom :: ">
<span class="description"></span><pre>libRandom</pre>
</a>
</li>
<li class="method private">
<a href="#method_libRed" title="libRed :: ">
<span class="description"></span><pre>libRed</pre>
</a>
</li>
<li class="method private">
<a href="#method_libRgb" title="libRgb :: ">
<span class="description"></span><pre>libRgb</pre>
</a>
</li>
<li class="method private">
<a href="#method_libRgba" title="libRgba :: ">
<span class="description"></span><pre>libRgba</pre>
</a>
</li>
<li class="method private">
<a href="#method_libRound" title="libRound :: ">
<span class="description"></span><pre>libRound</pre>
</a>
</li>
<li class="method private">
<a href="#method_libSaturate" title="libSaturate :: ">
<span class="description"></span><pre>libSaturate</pre>
</a>
</li>
<li class="method private">
<a href="#method_libSaturation" title="libSaturation :: ">
<span class="description"></span><pre>libSaturation</pre>
</a>
</li>
<li class="method private">
<a href="#method_libScaleColor" title="libScaleColor :: ">
<span class="description"></span><pre>libScaleColor</pre>
</a>
</li>
<li class="method private">
<a href="#method_libSelectorAppend" title="libSelectorAppend :: ">
<span class="description"></span><pre>libSelectorAppend</pre>
</a>
</li>
<li class="method private">
<a href="#method_libSelectorExtend" title="libSelectorExtend :: ">
<span class="description"></span><pre>libSelectorExtend</pre>
</a>
</li>
<li class="method private">
<a href="#method_libSelectorNest" title="libSelectorNest :: ">
<span class="description"></span><pre>libSelectorNest</pre>
</a>
</li>
<li class="method private">
<a href="#method_libSelectorParse" title="libSelectorParse :: ">
<span class="description"></span><pre>libSelectorParse</pre>
</a>
</li>
<li class="method private">
<a href="#method_libSelectorReplace" title="libSelectorReplace :: ">
<span class="description"></span><pre>libSelectorReplace</pre>
</a>
</li>
<li class="method private">
<a href="#method_libSelectorUnify" title="libSelectorUnify :: ">
<span class="description"></span><pre>libSelectorUnify</pre>
</a>
</li>
<li class="method private">
<a href="#method_libSetNth" title="libSetNth :: ">
<span class="description"></span><pre>libSetNth</pre>
</a>
</li>
<li class="method private">
<a href="#method_libSimpleSelectors" title="libSimpleSelectors :: ">
<span class="description"></span><pre>libSimpleSelectors</pre>
</a>
</li>
<li class="method private">
<a href="#method_libStrIndex" title="libStrIndex :: ">
<span class="description"></span><pre>libStrIndex</pre>
</a>
</li>
<li class="method private">
<a href="#method_libStrInsert" title="libStrInsert :: ">
<span class="description"></span><pre>libStrInsert</pre>
</a>
</li>
<li class="method private">
<a href="#method_libStrLength" title="libStrLength :: ">
<span class="description"></span><pre>libStrLength</pre>
</a>
</li>
<li class="method private">
<a href="#method_libStrSlice" title="libStrSlice :: ">
<span class="description"></span><pre>libStrSlice</pre>
</a>
</li>
<li class="method private">
<a href="#method_libToLowerCase" title="libToLowerCase :: ">
<span class="description"></span><pre>libToLowerCase</pre>
</a>
</li>
<li class="method private">
<a href="#method_libToUpperCase" title="libToUpperCase :: ">
<span class="description"></span><pre>libToUpperCase</pre>
</a>
</li>
<li class="method private">
<a href="#method_libTransparentize" title="libTransparentize :: ">
<span class="description"></span><pre>libTransparentize</pre>
</a>
</li>
<li class="method private">
<a href="#method_libTypeOf" title="libTypeOf :: ">
<span class="description"></span><pre>libTypeOf</pre>
</a>
</li>
<li class="method private">
<a href="#method_libUniqueId" title="libUniqueId :: ">
<span class="description"></span><pre>libUniqueId</pre>
</a>
</li>
<li class="method private">
<a href="#method_libUnit" title="libUnit :: ">
<span class="description"></span><pre>libUnit</pre>
</a>
</li>
<li class="method private">
<a href="#method_libUnitless" title="libUnitless :: ">
<span class="description"></span><pre>libUnitless</pre>
</a>
</li>
<li class="method private">
<a href="#method_libUnquote" title="libUnquote :: ">
<span class="description"></span><pre>libUnquote</pre>
</a>
</li>
<li class="method private">
<a href="#method_libVariableExists" title="libVariableExists :: ">
<span class="description"></span><pre>libVariableExists</pre>
</a>
</li>
<li class="method private">
<a href="#method_libZip" title="libZip :: ">
<span class="description"></span><pre>libZip</pre>
</a>
</li>
<li class="method private">
<a href="#method_listSeparatorForJoin" title="listSeparatorForJoin :: ">
<span class="description"></span><pre>listSeparatorForJoin</pre>
</a>
</li>
<li class="method private">
<a href="#method_makeOutputBlock" title="makeOutputBlock :: Make output block">
<span class="description">Make output block</span><pre>makeOutputBlock</pre>
</a>
</li>
<li class="method private">
<a href="#method_mapGet" title="mapGet :: Gets the value corresponding to that key in the map">
<span class="description">Gets the value corresponding to that key in the map</span><pre>mapGet</pre>
</a>
</li>
<li class="method private">
<a href="#method_mapGetEntryIndex" title="mapGetEntryIndex :: Gets the index corresponding to that key in the map entries">
<span class="description">Gets the index corresponding to that key in the map entries</span><pre>mapGetEntryIndex</pre>
</a>
</li>
<li class="method private">
<a href="#method_mapHasKey" title="mapHasKey :: ">
<span class="description"></span><pre>mapHasKey</pre>
</a>
</li>
<li class="method private">
<a href="#method_matchExtends" title="matchExtends :: Match extends">
<span class="description">Match extends</span><pre>matchExtends</pre>
</a>
</li>
<li class="method private">
<a href="#method_matchExtendsSingle" title="matchExtendsSingle :: Match extends single">
<span class="description">Match extends single</span><pre>matchExtendsSingle</pre>
</a>
</li>
<li class="method private">
<a href="#method_matchPartInCompound" title="matchPartInCompound :: Try to find a matching part in a compound:
- with same html tag name
- with some class or id or something in common">
<span class="description">Try to find a matching part in a compound:
- with same html tag name
- with some class or id or something in common</span><pre>matchPartInCompound</pre>
</a>
</li>
<li class="method private">
<a href="#method_maybeReduce" title="maybeReduce :: ">
<span class="description"></span><pre>maybeReduce</pre>
</a>
</li>
<li class="method private">
<a href="#method_mediaParent" title="mediaParent :: Media parent">
<span class="description">Media parent</span><pre>mediaParent</pre>
</a>
</li>
<li class="method private">
<a href="#method_mergeDirectRelationships" title="mergeDirectRelationships :: Merge direct relationships between selectors">
<span class="description">Merge direct relationships between selectors</span><pre>mergeDirectRelationships</pre>
</a>
</li>
<li class="method private">
<a href="#method_mergeMaps" title="mergeMaps :: Merges 2 Sass maps together">
<span class="description">Merges 2 Sass maps together</span><pre>mergeMaps</pre>
</a>
</li>
<li class="method private">
<a href="#method_mergeMediaTypes" title="mergeMediaTypes :: Merge media types">
<span class="description">Merge media types</span><pre>mergeMediaTypes</pre>
</a>
</li>
<li class="method private">
<a href="#method_mergeParts" title="mergeParts :: Merge two part list taking care that
- the html tag is coming first - if any
- the :something are coming last">
<span class="description">Merge two part list taking care that
- the html tag is coming first - if any
- the :something are coming last</span><pre>mergeParts</pre>
</a>
</li>
<li class="method private">
<a href="#method_missingSelectors" title="missingSelectors :: Report missing selectors">
<span class="description">Report missing selectors</span><pre>missingSelectors</pre>
</a>
</li>
<li class="method private">
<a href="#method_modifyMap" title="modifyMap :: ">
<span class="description"></span><pre>modifyMap</pre>
</a>
</li>
<li class="method private">
<a href="#method_modifyNestedMap" title="modifyNestedMap :: ">
<span class="description"></span><pre>modifyNestedMap</pre>
</a>
</li>
<li class="method private">
<a href="#method_multiplyMedia" title="multiplyMedia :: Multiply media">
<span class="description">Multiply media</span><pre>multiplyMedia</pre>
</a>
</li>
<li class="method private">
<a href="#method_multiplySelectors" title="multiplySelectors :: Find the final set of selectors">
<span class="description">Find the final set of selectors</span><pre>multiplySelectors</pre>
</a>
</li>
<li class="method private">
<a href="#method_normalizeName" title="normalizeName :: Normalize name">
<span class="description">Normalize name</span><pre>normalizeName</pre>
</a>
</li>
<li class="method private">
<a href="#method_normalizeNativeFunctionName" title="normalizeNativeFunctionName :: Normalize native function name">
<span class="description">Normalize native function name</span><pre>normalizeNativeFunctionName</pre>
</a>
</li>
<li class="method private">
<a href="#method_normalizeValue" title="normalizeValue :: Normalize value">
<span class="description">Normalize value</span><pre>normalizeValue</pre>
</a>
</li>
<li class="method private">
<a href="#method_opAdd" title="opAdd :: Add strings">
<span class="description">Add strings</span><pre>opAdd</pre>
</a>
</li>
<li class="method private">
<a href="#method_opAddNumberNumber" title="opAddNumberNumber :: Add numbers">
<span class="description">Add numbers</span><pre>opAddNumberNumber</pre>
</a>
</li>
<li class="method private">
<a href="#method_opAnd" title="opAnd :: Boolean and">
<span class="description">Boolean and</span><pre>opAnd</pre>
</a>
</li>
<li class="method private">
<a href="#method_opColorColor" title="opColorColor :: Compare colors">
<span class="description">Compare colors</span><pre>opColorColor</pre>
</a>
</li>
<li class="method private">
<a href="#method_opColorNumber" title="opColorNumber :: Compare color and number">
<span class="description">Compare color and number</span><pre>opColorNumber</pre>
</a>
</li>
<li class="method private">
<a href="#method_opDivNumberNumber" title="opDivNumberNumber :: Divide numbers">
<span class="description">Divide numbers</span><pre>opDivNumberNumber</pre>
</a>
</li>
<li class="method private">
<a href="#method_opEq" title="opEq :: Compare number1 == number2">
<span class="description">Compare number1 == number2</span><pre>opEq</pre>
</a>
</li>
<li class="method private">
<a href="#method_opEqNumberNumber" title="opEqNumberNumber :: Compare number1 == number2">
<span class="description">Compare number1 == number2</span><pre>opEqNumberNumber</pre>
</a>
</li>
<li class="method private">
<a href="#method_opGteNumberNumber" title="opGteNumberNumber :: Compare number1 &gt;= number2">
<span class="description">Compare number1 &gt;= number2</span><pre>opGteNumberNumber</pre>
</a>
</li>
<li class="method private">
<a href="#method_opGtNumberNumber" title="opGtNumberNumber :: Compare number1 &gt; number2">
<span class="description">Compare number1 &gt; number2</span><pre>opGtNumberNumber</pre>
</a>
</li>
<li class="method private">
<a href="#method_opLteNumberNumber" title="opLteNumberNumber :: Compare number1 &lt;= number2">
<span class="description">Compare number1 &lt;= number2</span><pre>opLteNumberNumber</pre>
</a>
</li>
<li class="method private">
<a href="#method_opLtNumberNumber" title="opLtNumberNumber :: Compare number1 &lt; number2">
<span class="description">Compare number1 &lt; number2</span><pre>opLtNumberNumber</pre>
</a>
</li>
<li class="method private">
<a href="#method_opModNumberNumber" title="opModNumberNumber :: Mod numbers">
<span class="description">Mod numbers</span><pre>opModNumberNumber</pre>
</a>
</li>
<li class="method private">
<a href="#method_opMulNumberNumber" title="opMulNumberNumber :: Multiply numbers">
<span class="description">Multiply numbers</span><pre>opMulNumberNumber</pre>
</a>
</li>
<li class="method private">
<a href="#method_opNeq" title="opNeq :: Compare number1 != number2">
<span class="description">Compare number1 != number2</span><pre>opNeq</pre>
</a>
</li>
<li class="method private">
<a href="#method_opNeqNumberNumber" title="opNeqNumberNumber :: Compare number1 != number2">
<span class="description">Compare number1 != number2</span><pre>opNeqNumberNumber</pre>
</a>
</li>
<li class="method private">
<a href="#method_opNumberColor" title="opNumberColor :: Compare number and color">
<span class="description">Compare number and color</span><pre>opNumberColor</pre>
</a>
</li>
<li class="method private">
<a href="#method_opOr" title="opOr :: Boolean or">
<span class="description">Boolean or</span><pre>opOr</pre>
</a>
</li>
<li class="method private">
<a href="#method_opSubNumberNumber" title="opSubNumberNumber :: Subtract numbers">
<span class="description">Subtract numbers</span><pre>opSubNumberNumber</pre>
</a>
</li>
<li class="method private">
<a href="#method_parseFunctionPrototype" title="parseFunctionPrototype :: Parses a function prototype to the internal representation of arguments.">
<span class="description">Parses a function prototype to the internal representation of arguments.</span><pre>parseFunctionPrototype</pre>
</a>
</li>
<li class="method private">
<a href="#method_parserFactory" title="parserFactory :: Instantiate parser">
<span class="description">Instantiate parser</span><pre>parserFactory</pre>
</a>
</li>
<li class="method private">
<a href="#method_popCallStack" title="popCallStack :: ">
<span class="description"></span><pre>popCallStack</pre>
</a>
</li>
<li class="method private">
<a href="#method_popEnv" title="popEnv :: Pop environment">
<span class="description">Pop environment</span><pre>popEnv</pre>
</a>
</li>
<li class="method private">
<a href="#method_prependSelectors" title="prependSelectors :: Prepend each selector from $selectors with $parts">
<span class="description">Prepend each selector from $selectors with $parts</span><pre>prependSelectors</pre>
</a>
</li>
<li class="method private">
<a href="#method_pushCallStack" title="pushCallStack :: ">
<span class="description"></span><pre>pushCallStack</pre>
</a>
</li>
<li class="method private">
<a href="#method_pushEnv" title="pushEnv :: Push environment">
<span class="description">Push environment</span><pre>pushEnv</pre>
</a>
</li>
<li class="method private">
<a href="#method_pushExtends" title="pushExtends :: Push extends">
<span class="description">Push extends</span><pre>pushExtends</pre>
</a>
</li>
<li class="method private">
<a href="#method_pushOrMergeExtentedSelector" title="pushOrMergeExtentedSelector :: Push extended selector except if
- this is a pseudo selector
- same as previous
- in a white list
in this case we merge the pseudo selector content">
<span class="description">Push extended selector except if
- this is a pseudo selector
- same as previous
- in a white list
in this case we merge the pseudo selector content</span><pre>pushOrMergeExtentedSelector</pre>
</a>
</li>
<li class="method private">
<a href="#method_reduce" title="reduce :: Reduce value">
<span class="description">Reduce value</span><pre>reduce</pre>
</a>
</li>
<li class="method private">
<a href="#method_registerImport" title="registerImport :: Save the imported files with their resolving path context">
<span class="description">Save the imported files with their resolving path context</span><pre>registerImport</pre>
</a>
</li>
<li class="method private">
<a href="#method_replaceSelfSelector" title="replaceSelfSelector :: Parse down the selector and revert [self] to &quot;&amp;&quot; before a reparsing">
<span class="description">Parse down the selector and revert [self] to &quot;&amp;&quot; before a reparsing</span><pre>replaceSelfSelector</pre>
</a>
</li>
<li class="method private">
<a href="#method_resolveImportPath" title="resolveImportPath :: ">
<span class="description"></span><pre>resolveImportPath</pre>
</a>
</li>
<li class="method private">
<a href="#method_RGBtoHWB" title="RGBtoHWB :: Convert RGB to HWB">
<span class="description">Convert RGB to HWB</span><pre>RGBtoHWB</pre>
</a>
</li>
<li class="method private">
<a href="#method_selectFunctionPrototype" title="selectFunctionPrototype :: Returns the function prototype for the given positional and named arguments.">
<span class="description">Returns the function prototype for the given positional and named arguments.</span><pre>selectFunctionPrototype</pre>
</a>
</li>
<li class="method private">
<a href="#method_selectorAppend" title="selectorAppend :: Append parts of the last selector in the list to the previous, recursively">
<span class="description">Append parts of the last selector in the list to the previous, recursively</span><pre>selectorAppend</pre>
</a>
</li>
<li class="method private">
<a href="#method_set" title="set :: Set variable">
<span class="description">Set variable</span><pre>set</pre>
</a>
</li>
<li class="method private">
<a href="#method_setExisting" title="setExisting :: Set existing variable">
<span class="description">Set existing variable</span><pre>setExisting</pre>
</a>
</li>
<li class="method private">
<a href="#method_setRaw" title="setRaw :: Set raw variable">
<span class="description">Set raw variable</span><pre>setRaw</pre>
</a>
</li>
<li class="method private">
<a href="#method_shouldEval" title="shouldEval :: Should $value cause its operand to eval">
<span class="description">Should $value cause its operand to eval</span><pre>shouldEval</pre>
</a>
</li>
<li class="method private">
<a href="#method_sortNativeFunctionArgs" title="sortNativeFunctionArgs :: Sorts keyword arguments">
<span class="description">Sorts keyword arguments</span><pre>sortNativeFunctionArgs</pre>
</a>
</li>
<li class="method private">
<a href="#method_stringifyFncallArgs" title="stringifyFncallArgs :: Reformat fncall arguments to proper css function output">
<span class="description">Reformat fncall arguments to proper css function output</span><pre>stringifyFncallArgs</pre>
</a>
</li>
<li class="method private">
<a href="#method_stringTransformAsciiOnly" title="stringTransformAsciiOnly :: Apply a filter on a string content, only on ascii chars
let extended chars untouched">
<span class="description">Apply a filter on a string content, only on ascii chars
let extended chars untouched</span><pre>stringTransformAsciiOnly</pre>
</a>
</li>
<li class="method private">
<a href="#method_testWithWithout" title="testWithWithout :: Test a single type of block against with/without lists">
<span class="description">Test a single type of block against with/without lists</span><pre>testWithWithout</pre>
</a>
</li>
<li class="method private">
<a href="#method_toHSL" title="toHSL :: Convert RGB to HSL">
<span class="description">Convert RGB to HSL</span><pre>toHSL</pre>
</a>
</li>
<li class="method private">
<a href="#method_toRGB" title="toRGB :: Convert HSL to RGB">
<span class="description">Convert HSL to RGB</span><pre>toRGB</pre>
</a>
</li>
<li class="method private">
<a href="#method_tryImportPath" title="tryImportPath :: ">
<span class="description"></span><pre>tryImportPath</pre>
</a>
</li>
<li class="method private">
<a href="#method_tryImportPathAsDirectory" title="tryImportPathAsDirectory :: ">
<span class="description"></span><pre>tryImportPathAsDirectory</pre>
</a>
</li>
<li class="method private">
<a href="#method_tryImportPathWithExtensions" title="tryImportPathWithExtensions :: ">
<span class="description"></span><pre>tryImportPathWithExtensions</pre>
</a>
</li>
<li class="method private">
<a href="#method_tryMap" title="tryMap :: Tries to convert an item to a Sass map">
<span class="description">Tries to convert an item to a Sass map</span><pre>tryMap</pre>
</a>
</li>
<li class="method private">
<a href="#method_unifyCompoundSelectors" title="unifyCompoundSelectors :: The selector-unify magic as its best
(at least works as expected on test cases)">
<span class="description">The selector-unify magic as its best
(at least works as expected on test cases)</span><pre>unifyCompoundSelectors</pre>
</a>
</li>
<li class="method private">
<a href="#method_verifyPrototype" title="verifyPrototype :: Verifies that the argument invocation is valid for the callable prototype.">
<span class="description">Verifies that the argument invocation is valid for the callable prototype.</span><pre>verifyPrototype</pre>
</a>
</li>
</ul>
</li>
<li class="nav-header">
<i class="icon-custom icon-constant"></i> Constants
<ul>
<li class="constant public">
<a href="#constant_SOURCE_MAP_FILE" title="SOURCE_MAP_FILE :: ">
<span class="description"></span><pre>SOURCE_MAP_FILE</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SOURCE_MAP_INLINE" title="SOURCE_MAP_INLINE :: ">
<span class="description"></span><pre>SOURCE_MAP_INLINE</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SOURCE_MAP_NONE" title="SOURCE_MAP_NONE :: ">
<span class="description"></span><pre>SOURCE_MAP_NONE</pre>
</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="span8">
<div class="element class">
<h1>Compiler</h1>
<small style="display: block; text-align: right">
</small>
<p class="short_description">SCSS compiler</p>
<div class="details">
<div class="long_description">
</div>
<table class="table table-bordered">
<tr>
<th>
author
</th>
<td>
<p>Leaf Corcoran <a href="mailto:leafot@gmail.com">leafot@gmail.com</a></p>
</td>
</tr>
<tr>
<th>
package
</th>
<td>
<p>Application</p>
</td>
</tr>
</table>
<h3><i class="icon-custom icon-method"></i> Methods</h3>
<a id="method___construct"></a>
<div class="element clickable method public method___construct" data-toggle="collapse" data-target=".method___construct .collapse">
<h2>Constructor</h2>
<pre>__construct(array|nullcacheOptions = null) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
phpstan-param
</th>
<td>
<p>array{cacheDir?: string, prefix?: string, forceRefresh?: string, checkImportResolutions?: bool}|null $cacheOptions</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>cacheOptions</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_addImportPath"></a>
<div class="element clickable method public method_addImportPath" data-toggle="collapse" data-target=".method_addImportPath .collapse">
<h2>Add import path</h2>
<pre>addImportPath(string|callablepath) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>path</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|callable</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_addLocationToMessage"></a>
<div class="element clickable method private method_addLocationToMessage" data-toggle="collapse" data-target=".method_addLocationToMessage .collapse">
<h2>addLocationToMessage</h2>
<pre>addLocationToMessage(stringmsg) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>msg</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_addParsedFile"></a>
<div class="element clickable method private method_addParsedFile" data-toggle="collapse" data-target=".method_addParsedFile .collapse">
<h2>Adds to list of parsed files</h2>
<pre>addParsedFile(string|nullpath) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>path</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_addVariables"></a>
<div class="element clickable method public method_addVariables" data-toggle="collapse" data-target=".method_addVariables .collapse">
<h2>Replaces variables.</h2>
<pre>addVariables(array&lt;string,mixed&gt;variables) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>variables</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array<string,mixed></code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_adjustHsl"></a>
<div class="element clickable method private method_adjustHsl" data-toggle="collapse" data-target=".method_adjustHsl .collapse">
<h2>adjustHsl</h2>
<pre>adjustHsl(arraycolor, intidx, int|floatamount) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>color</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>idx</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p></p>
</div>
<div class="subelement argument">
<h4>amount</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int|float</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_alterColor"></a>
<div class="element clickable method private method_alterColor" data-toggle="collapse" data-target=".method_alterColor .collapse">
<h2>Helper function for adjust_color, change_color, and scale_color</h2>
<pre>alterColor((array|\ScssPhp\ScssPhp\Node\Number)[]args, stringoperation, callablefn) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
phpstan-param
</th>
<td>
<p>callable(float|int, float|int|null, float|int): (float|int) $fn</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
(array|\ScssPhp\ScssPhp\Node\Number)[]</code><p></p>
</div>
<div class="subelement argument">
<h4>operation</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>fn</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
callable</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_appendOutputLine"></a>
<div class="element clickable method private method_appendOutputLine" data-toggle="collapse" data-target=".method_appendOutputLine .collapse">
<h2>Append lines to the current output block:
directly to the block or through a child if necessary</h2>
<pre>appendOutputLine(\ScssPhp\ScssPhp\Formatter\OutputBlockout, stringtype, stringline) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>out</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
<div class="subelement argument">
<h4>type</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>line</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_appendRootDirective"></a>
<div class="element clickable method private method_appendRootDirective" data-toggle="collapse" data-target=".method_appendRootDirective .collapse">
<h2>Append a root directive like @import or @charset as near as the possible from the source code
(keeping before comments, @import and @charset coming before in the source code)</h2>
<pre>appendRootDirective(stringline, \ScssPhp\ScssPhp\Formatter\OutputBlockout, string[]allowed = [Type::T_COMMENT]) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>line</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>out</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
<div class="subelement argument">
<h4>allowed</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string[]</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_applyArguments"></a>
<div class="element clickable method private method_applyArguments" data-toggle="collapse" data-target=".method_applyArguments .collapse">
<h2>Apply argument values per definition</h2>
<pre>applyArguments(array[]argDef, array|nullargValues, boolstoreInEnv = true, boolreduce = true) : array&lt;string,array|\ScssPhp\ScssPhp\Node\Number&gt;</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
phpstan-param
</th>
<td>
<p>list&lt;array{0: string, 1: array|Number|null, 2: bool}&gt; $argDef</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Exception</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>argDef</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array[]</code><p></p>
</div>
<div class="subelement argument">
<h4>argValues</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|null</code><p></p>
</div>
<div class="subelement argument">
<h4>storeInEnv</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
<div class="subelement argument">
<h4>reduce</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p><p>only used if $storeInEnv = false</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array<string,array|\ScssPhp\ScssPhp\Node\Number></code><p></p>
</div>
</div>
</div>
<a id="method_applyArgumentsToDeclaration"></a>
<div class="element clickable method private method_applyArgumentsToDeclaration" data-toggle="collapse" data-target=".method_applyArgumentsToDeclaration .collapse">
<h2>Apply argument values per definition.</h2>
<pre>applyArgumentsToDeclaration(arrayprototype, (array|\ScssPhp\ScssPhp\Node\Number)[]positionalArgs, array&lt;string,array|\ScssPhp\ScssPhp\Node\Number&gt;namedArgs, string|nullsplatSeparator) : array&lt;string,array|\ScssPhp\ScssPhp\Node\Number&gt;</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>This method assumes that the arguments are valid for the provided prototype.
The validation with {@see \ScssPhp\ScssPhp\verifyPrototype} must have been run before calling
it.
Arguments are returned as a map from the normalized argument names to the
value. Additional arguments are collected in a sass argument list available
under the name of the rest argument in the result.</p>
<p>Defaults are not applied as they are resolved in a different environment.</p>
</div>
<table class="table">
<tr>
<th>
phpstan-param
</th>
<td>
<p>array{arguments: list&lt;array{0: string, 1: string, 2: array|Number|null}&gt;, rest_argument: string|null} $prototype</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>prototype</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>positionalArgs</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
(array|\ScssPhp\ScssPhp\Node\Number)[]</code><p></p>
</div>
<div class="subelement argument">
<h4>namedArgs</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array<string,array|\ScssPhp\ScssPhp\Node\Number></code><p></p>
</div>
<div class="subelement argument">
<h4>splatSeparator</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array<string,array|\ScssPhp\ScssPhp\Node\Number></code><p></p>
</div>
</div>
</div>
<a id="method_assertColor"></a>
<div class="element clickable method public method_assertColor" data-toggle="collapse" data-target=".method_assertColor .collapse">
<h2>Assert value is a color</h2>
<pre>assertColor(array|\ScssPhp\ScssPhp\Node\Numbervalue, string|nullvarName = null) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Exception\SassScriptException</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>varName</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_assertInteger"></a>
<div class="element clickable method public method_assertInteger" data-toggle="collapse" data-target=".method_assertInteger .collapse">
<h2>Assert value is a integer</h2>
<pre>assertInteger(array|\ScssPhp\ScssPhp\Node\Numbervalue, string|nullvarName = null) : int</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Exception\SassScriptException</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>varName</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p></p>
</div>
</div>
</div>
<a id="method_assertList"></a>
<div class="element clickable method public method_assertList" data-toggle="collapse" data-target=".method_assertList .collapse">
<h2>Assert value is a list</h2>
<pre>assertList(array|\ScssPhp\ScssPhp\Node\Numbervalue) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Exception</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_assertMap"></a>
<div class="element clickable method public method_assertMap" data-toggle="collapse" data-target=".method_assertMap .collapse">
<h2>Assert value is a map</h2>
<pre>assertMap(array|\ScssPhp\ScssPhp\Node\Numbervalue, string|nullvarName = null) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Exception\SassScriptException</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>varName</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_assertNumber"></a>
<div class="element clickable method public method_assertNumber" data-toggle="collapse" data-target=".method_assertNumber .collapse">
<h2>Assert value is a number</h2>
<pre>assertNumber(array|\ScssPhp\ScssPhp\Node\Numbervalue, string|nullvarName = null) : \ScssPhp\ScssPhp\Node\Number</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Exception\SassScriptException</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>varName</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
</div>
</div>
<a id="method_assertString"></a>
<div class="element clickable method public method_assertString" data-toggle="collapse" data-target=".method_assertString .collapse">
<h2>Assert value is a string</h2>
<pre>assertString(array|\ScssPhp\ScssPhp\Node\Numbervalue, string|nullvarName = null) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>This method deals with internal implementation details of the value
representation where unquoted strings can sometimes be stored under
other types.
The returned value is always using the T_STRING type.</p>
</div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Exception\SassScriptException</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>varName</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_backPropagateEnv"></a>
<div class="element clickable method private method_backPropagateEnv" data-toggle="collapse" data-target=".method_backPropagateEnv .collapse">
<h2>Propagate vars from a just poped Env (used in @each and @for)</h2>
<pre>backPropagateEnv(arraystore, null|string[]excludedVars = null) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>store</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>excludedVars</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
null|string[]</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_callNativeFunction"></a>
<div class="element clickable method private method_callNativeFunction" data-toggle="collapse" data-target=".method_callNativeFunction .collapse">
<h2>Call built-in and registered (PHP) functions</h2>
<pre>callNativeFunction(stringname, callablefunction, arrayprototype, arrayargs) : array|\ScssPhp\ScssPhp\Node\Number|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>function</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
callable</code><p></p>
</div>
<div class="subelement argument">
<h4>prototype</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number|null</code><p></p>
</div>
</div>
</div>
<a id="method_callScssFunction"></a>
<div class="element clickable method private method_callScssFunction" data-toggle="collapse" data-target=".method_callScssFunction .collapse">
<h2>Call SCSS @function</h2>
<pre>callScssFunction(\ScssPhp\ScssPhp\Block\CallableBlock|nullfunc, arrayargValues) : array|\ScssPhp\ScssPhp\Node\Number</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>func</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Block\CallableBlock|null</code><p></p>
</div>
<div class="subelement argument">
<h4>argValues</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
</div>
</div>
<a id="method_callStackMessage"></a>
<div class="element clickable method private method_callStackMessage" data-toggle="collapse" data-target=".method_callStackMessage .collapse">
<h2>Beautify call stack for output</h2>
<pre>callStackMessage(boolall = false, int|nulllimit = null) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>all</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
<div class="subelement argument">
<h4>limit</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_checkCompatibleTags"></a>
<div class="element clickable method private method_checkCompatibleTags" data-toggle="collapse" data-target=".method_checkCompatibleTags .collapse">
<h2>Check the compatibility between two tag names:
if both are defined they should be identical or one has to be &#039;*&#039;</h2>
<pre>checkCompatibleTags(stringtag1, stringtag2) : array|false</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>tag1</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>tag2</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|false</code><p></p>
</div>
</div>
</div>
<a id="method_checkImportPathConflicts"></a>
<div class="element clickable method private method_checkImportPathConflicts" data-toggle="collapse" data-target=".method_checkImportPathConflicts .collapse">
<h2>checkImportPathConflicts</h2>
<pre>checkImportPathConflicts(string[]paths) : string|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>paths</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string[]</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
</div>
</div>
<a id="method_checkPrototypeMatches"></a>
<div class="element clickable method private method_checkPrototypeMatches" data-toggle="collapse" data-target=".method_checkPrototypeMatches .collapse">
<h2>Checks whether the argument invocation matches the callable prototype.</h2>
<pre>checkPrototypeMatches(arrayprototype, intpositional, array&lt;string,string&gt;names) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>The rules are similar to {@see \ScssPhp\ScssPhp\verifyPrototype}. The boolean return value
avoids the overhead of building and catching exceptions when the reason of
not matching the prototype does not need to be known.</p>
</div>
<table class="table">
<tr>
<th>
phpstan-param
</th>
<td>
<p>array{arguments: list&lt;array{0: string, 1: string, 2: array|Number|null}&gt;, rest_argument: string|null} $prototype</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>prototype</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>positional</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p></p>
</div>
<div class="subelement argument">
<h4>names</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array<string,string></code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_checkSelectorArgType"></a>
<div class="element clickable method private method_checkSelectorArgType" data-toggle="collapse" data-target=".method_checkSelectorArgType .collapse">
<h2>Check variable type for getSelectorArg() function</h2>
<pre>checkSelectorArgType(arrayarg, intmaxDepth = 2) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>arg</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>maxDepth</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_coerceColor"></a>
<div class="element clickable method private method_coerceColor" data-toggle="collapse" data-target=".method_coerceColor .collapse">
<h2>Coerce value to color</h2>
<pre>coerceColor(array|\ScssPhp\ScssPhp\Node\Numbervalue, boolinRGBFunction = false) : array|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>inRGBFunction</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|null</code><p></p>
</div>
</div>
</div>
<a id="method_coerceForExpression"></a>
<div class="element clickable method private method_coerceForExpression" data-toggle="collapse" data-target=".method_coerceForExpression .collapse">
<h2>Coerce color for expression</h2>
<pre>coerceForExpression(array|\ScssPhp\ScssPhp\Node\Numbervalue) : array|\ScssPhp\ScssPhp\Node\Number</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
</div>
</div>
<a id="method_coerceList"></a>
<div class="element clickable method private method_coerceList" data-toggle="collapse" data-target=".method_coerceList .collapse">
<h2>Coerce something to list</h2>
<pre>coerceList(array|\ScssPhp\ScssPhp\Node\Numberitem, stringdelim = &#039;,&#039;, boolremoveTrailingNull = false) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>item</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>delim</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>removeTrailingNull</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_coerceMap"></a>
<div class="element clickable method protected method_coerceMap" data-toggle="collapse" data-target=".method_coerceMap .collapse">
<h2>Coerce something to map</h2>
<pre>coerceMap(array|\ScssPhp\ScssPhp\Node\Numberitem) : array|\ScssPhp\ScssPhp\Node\Number</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>item</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
</div>
</div>
<a id="method_coerceString"></a>
<div class="element clickable method private method_coerceString" data-toggle="collapse" data-target=".method_coerceString .collapse">
<h2>Coerce value to string</h2>
<pre>coerceString(array|\ScssPhp\ScssPhp\Node\Numbervalue) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_coerceValue"></a>
<div class="element clickable method private method_coerceValue" data-toggle="collapse" data-target=".method_coerceValue .collapse">
<h2>Coerce a php value into a scss one</h2>
<pre>coerceValue(mixedvalue) : array|\ScssPhp\ScssPhp\Node\Number</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
</div>
</div>
<a id="method_collapseSelectors"></a>
<div class="element clickable method private method_collapseSelectors" data-toggle="collapse" data-target=".method_collapseSelectors .collapse">
<h2>Collapse selectors</h2>
<pre>collapseSelectors(arrayselectors) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>selectors</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_collapseSelectorsAsList"></a>
<div class="element clickable method private method_collapseSelectorsAsList" data-toggle="collapse" data-target=".method_collapseSelectorsAsList .collapse">
<h2>Collapse selectors</h2>
<pre>collapseSelectorsAsList(arrayselectors) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>selectors</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_combineSelectorSingle"></a>
<div class="element clickable method private method_combineSelectorSingle" data-toggle="collapse" data-target=".method_combineSelectorSingle .collapse">
<h2>Combine selector single</h2>
<pre>combineSelectorSingle(arraybase, arrayother) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>base</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>other</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_compactEnv"></a>
<div class="element clickable method private method_compactEnv" data-toggle="collapse" data-target=".method_compactEnv .collapse">
<h2>Convert env linked list to stack</h2>
<pre>compactEnv(\ScssPhp\ScssPhp\Compiler\Environmentenv) : \ScssPhp\ScssPhp\Compiler\Environment[]</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
phpstan-return
</th>
<td>
<p>non-empty-array&lt;Environment&gt;</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>env</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\Environment</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\Environment[]</code><p></p>
</div>
</div>
</div>
<a id="method_compileAtRoot"></a>
<div class="element clickable method private method_compileAtRoot" data-toggle="collapse" data-target=".method_compileAtRoot .collapse">
<h2>Compile at-root</h2>
<pre>compileAtRoot(\ScssPhp\ScssPhp\Blockblock) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>block</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Block</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_compileBlock"></a>
<div class="element clickable method private method_compileBlock" data-toggle="collapse" data-target=".method_compileBlock .collapse">
<h2>Recursively compiles a block.</h2>
<pre>compileBlock(\ScssPhp\ScssPhp\Blockblock) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>A block is analogous to a CSS block in most cases. A single SCSS document
is encapsulated in a block when parsed, but it does not have parent tags
so all of its children appear on the root level when compiled.</p>
<p>Blocks are made up of selectors and children.</p>
<p>The children of a block are just all the blocks that are defined within.</p>
<p>Compiling the block involves pushing a fresh environment on the stack,
and iterating through the props, compiling each one.</p>
</div>
<table class="table">
<tr>
<th>
see
</th>
<td>
<a href="classes/ScssPhp-ScssPhp-Compiler.html#method_compileChild"><abbr title="\ScssPhp\ScssPhp\Compiler::compileChild()">Compiler::compileChild()</abbr></a>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>block</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Block</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_compileChild"></a>
<div class="element clickable method private method_compileChild" data-toggle="collapse" data-target=".method_compileChild .collapse">
<h2>Compile child; returns a value to halt execution</h2>
<pre>compileChild(arraychild, \ScssPhp\ScssPhp\Formatter\OutputBlockout) : array|\ScssPhp\ScssPhp\Node\Number|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>child</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>out</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number|null</code><p></p>
</div>
</div>
</div>
<a id="method_compileChildren"></a>
<div class="element clickable method private method_compileChildren" data-toggle="collapse" data-target=".method_compileChildren .collapse">
<h2>Compile children and return result</h2>
<pre>compileChildren(arraystms, \ScssPhp\ScssPhp\Formatter\OutputBlockout, stringtraceName = &#039;&#039;) : array|\ScssPhp\ScssPhp\Node\Number|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>stms</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>out</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
<div class="subelement argument">
<h4>traceName</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number|null</code><p></p>
</div>
</div>
</div>
<a id="method_compileChildrenNoReturn"></a>
<div class="element clickable method private method_compileChildrenNoReturn" data-toggle="collapse" data-target=".method_compileChildrenNoReturn .collapse">
<h2>Compile children and throw exception if unexpected at-return</h2>
<pre>compileChildrenNoReturn(array[]stms, \ScssPhp\ScssPhp\Formatter\OutputBlockout, \ScssPhp\ScssPhp\BlockselfParent = null, stringtraceName = &#039;&#039;) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Exception</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>stms</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array[]</code><p></p>
</div>
<div class="subelement argument">
<h4>out</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
<div class="subelement argument">
<h4>selfParent</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Block</code><p></p>
</div>
<div class="subelement argument">
<h4>traceName</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_compileColorPartValue"></a>
<div class="element clickable method private method_compileColorPartValue" data-toggle="collapse" data-target=".method_compileColorPartValue .collapse">
<h2>compileColorPartValue</h2>
<pre>compileColorPartValue(mixedvalue, int|floatmin, int|floatmax, boolisInt = true) : int|mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
<div class="subelement argument">
<h4>min</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int|float</code><p></p>
</div>
<div class="subelement argument">
<h4>max</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int|float</code><p></p>
</div>
<div class="subelement argument">
<h4>isInt</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int|mixed</code><p></p>
</div>
</div>
</div>
<a id="method_compileComment"></a>
<div class="element clickable method private method_compileComment" data-toggle="collapse" data-target=".method_compileComment .collapse">
<h2>Compile root level comment</h2>
<pre>compileComment(arrayblock) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>block</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_compileCommentValue"></a>
<div class="element clickable method private method_compileCommentValue" data-toggle="collapse" data-target=".method_compileCommentValue .collapse">
<h2>Compile the value of a comment that can have interpolation</h2>
<pre>compileCommentValue(arrayvalue, boolpushEnv = false) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>pushEnv</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_compileDebugValue"></a>
<div class="element clickable method private method_compileDebugValue" data-toggle="collapse" data-target=".method_compileDebugValue .collapse">
<h2>compileDebugValue</h2>
<pre>compileDebugValue(array|\ScssPhp\ScssPhp\Node\Numbervalue) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_compileDirective"></a>
<div class="element clickable method private method_compileDirective" data-toggle="collapse" data-target=".method_compileDirective .collapse">
<h2>Compile directive</h2>
<pre>compileDirective(\ScssPhp\ScssPhp\Block\DirectiveBlock|arraydirective, \ScssPhp\ScssPhp\Formatter\OutputBlockout) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>directive</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Block\DirectiveBlock|array</code><p></p>
</div>
<div class="subelement argument">
<h4>out</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_compileDirectiveName"></a>
<div class="element clickable method private method_compileDirectiveName" data-toggle="collapse" data-target=".method_compileDirectiveName .collapse">
<h2>directive names can include some interpolation</h2>
<pre>compileDirectiveName(string|arraydirectiveName) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Exception\CompilerException</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>directiveName</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_compileImport"></a>
<div class="element clickable method private method_compileImport" data-toggle="collapse" data-target=".method_compileImport .collapse">
<h2>Compile import; returns true if the value was something that could be imported</h2>
<pre>compileImport(arrayrawPath, \ScssPhp\ScssPhp\Formatter\OutputBlockout) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>rawPath</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>out</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_compileImportPath"></a>
<div class="element clickable method private method_compileImportPath" data-toggle="collapse" data-target=".method_compileImportPath .collapse">
<h2>compileImportPath</h2>
<pre>compileImportPath(arrayrawPath) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Exception\CompilerException</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>rawPath</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_compileKeyframeBlock"></a>
<div class="element clickable method private method_compileKeyframeBlock" data-toggle="collapse" data-target=".method_compileKeyframeBlock .collapse">
<h2>Compile keyframe block</h2>
<pre>compileKeyframeBlock(\ScssPhp\ScssPhp\Blockblock, string[]selectors) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>block</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Block</code><p></p>
</div>
<div class="subelement argument">
<h4>selectors</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string[]</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_compileMedia"></a>
<div class="element clickable method private method_compileMedia" data-toggle="collapse" data-target=".method_compileMedia .collapse">
<h2>Compile media</h2>
<pre>compileMedia(\ScssPhp\ScssPhp\Blockmedia) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>media</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Block</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_compileMediaQuery"></a>
<div class="element clickable method private method_compileMediaQuery" data-toggle="collapse" data-target=".method_compileMediaQuery .collapse">
<h2>Compile media query</h2>
<pre>compileMediaQuery(arrayqueryList) : string[]</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>queryList</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string[]</code><p></p>
</div>
</div>
</div>
<a id="method_compileNestedBlock"></a>
<div class="element clickable method private method_compileNestedBlock" data-toggle="collapse" data-target=".method_compileNestedBlock .collapse">
<h2>Compile nested block</h2>
<pre>compileNestedBlock(\ScssPhp\ScssPhp\Blockblock, string[]selectors) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>block</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Block</code><p></p>
</div>
<div class="subelement argument">
<h4>selectors</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string[]</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_compileNestedPropertiesBlock"></a>
<div class="element clickable method private method_compileNestedPropertiesBlock" data-toggle="collapse" data-target=".method_compileNestedPropertiesBlock .collapse">
<h2>Compile nested properties lines</h2>
<pre>compileNestedPropertiesBlock(\ScssPhp\ScssPhp\Blockblock, \ScssPhp\ScssPhp\Formatter\OutputBlockout) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>block</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Block</code><p></p>
</div>
<div class="subelement argument">
<h4>out</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_compileRGBAValue"></a>
<div class="element clickable method private method_compileRGBAValue" data-toggle="collapse" data-target=".method_compileRGBAValue .collapse">
<h2>compileRGBAValue</h2>
<pre>compileRGBAValue(int|\ScssPhp\ScssPhp\Node\Numbervalue, boolisAlpha = false) : int|mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>isAlpha</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int|mixed</code><p></p>
</div>
</div>
</div>
<a id="method_compileRoot"></a>
<div class="element clickable method private method_compileRoot" data-toggle="collapse" data-target=".method_compileRoot .collapse">
<h2>Compile root</h2>
<pre>compileRoot(\ScssPhp\ScssPhp\BlockrootBlock) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>rootBlock</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Block</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_compileSelector"></a>
<div class="element clickable method private method_compileSelector" data-toggle="collapse" data-target=".method_compileSelector .collapse">
<h2>Compile selector to string; self(&amp;) should have been replaced by now</h2>
<pre>compileSelector(string|arrayselector) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>selector</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_compileSelectorPart"></a>
<div class="element clickable method private method_compileSelectorPart" data-toggle="collapse" data-target=".method_compileSelectorPart .collapse">
<h2>Compile selector part</h2>
<pre>compileSelectorPart(arraypiece) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>piece</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_compileString"></a>
<div class="element clickable method public method_compileString" data-toggle="collapse" data-target=".method_compileString .collapse">
<h2>Compile scss</h2>
<pre>compileString(stringsource, string|nullpath = null) : \ScssPhp\ScssPhp\CompilationResult</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Exception\SassException</dt>
<dd><p>when the source fails to compile</p>
</dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>source</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>path</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\CompilationResult</code><p></p>
</div>
</div>
</div>
<a id="method_compileStringContent"></a>
<div class="element clickable method private method_compileStringContent" data-toggle="collapse" data-target=".method_compileStringContent .collapse">
<h2>Compile string content</h2>
<pre>compileStringContent(arraystring, boolquote = true) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>string</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>quote</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_compileValue"></a>
<div class="element clickable method public method_compileValue" data-toggle="collapse" data-target=".method_compileValue .collapse">
<h2>Compiles a primitive value into a CSS property value.</h2>
<pre>compileValue(array|\ScssPhp\ScssPhp\Node\Numbervalue, boolquote = true) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>Values in scssphp are typed by being wrapped in arrays, their format is
typically:</p>
<pre class="prettyprint"><code class="prettyprint">array(type, contents [, additional_contents]*)
</code></pre>
<p>The input is expected to be reduced. This function will not work on
things like expressions and variables.</p>
</div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>quote</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_compileWith"></a>
<div class="element clickable method private method_compileWith" data-toggle="collapse" data-target=".method_compileWith .collapse">
<h2>Compile @at-root&#039;s with: inclusion / without: exclusion into 2 lists uses to filter scope/env later</h2>
<pre>compileWith(array|nullwithCondition) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
phpstan-return
</th>
<td>
<p>array{array&lt;string, bool&gt;, array&lt;string, bool&gt;}</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>withCondition</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_completeScope"></a>
<div class="element clickable method private method_completeScope" data-toggle="collapse" data-target=".method_completeScope .collapse">
<h2>found missing selector from a at-root compilation in the previous scope
(if at-root is just enclosing a property, the selector is in the parent tree)</h2>
<pre>completeScope(\ScssPhp\ScssPhp\Formatter\OutputBlockscope, \ScssPhp\ScssPhp\Formatter\OutputBlockpreviousScope) : \ScssPhp\ScssPhp\Formatter\OutputBlock</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>scope</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
<div class="subelement argument">
<h4>previousScope</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
</div>
</div>
<a id="method_cssValidArg"></a>
<div class="element clickable method private method_cssValidArg" data-toggle="collapse" data-target=".method_cssValidArg .collapse">
<h2>cssValidArg</h2>
<pre>cssValidArg(array|\ScssPhp\ScssPhp\Node\Numberarg, string[]allowed_function = [], string|boolinFunction = false) : array|\ScssPhp\ScssPhp\Node\Number|false</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>arg</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>allowed_function</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string[]</code><p></p>
</div>
<div class="subelement argument">
<h4>inFunction</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number|false</code><p></p>
</div>
</div>
</div>
<a id="method_error"></a>
<div class="element clickable method private method_error" data-toggle="collapse" data-target=".method_error .collapse">
<h2>Build an error (exception)</h2>
<pre>error(stringmsg, bool|float|int|string|nullargs) : \ScssPhp\ScssPhp\Exception\CompilerException</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>msg</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>Message with optional sprintf()-style vararg parameters</p>
</p>
</div>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool|float|int|string|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Exception\CompilerException</code><p></p>
</div>
</div>
</div>
<a id="method_escapeImportPathString"></a>
<div class="element clickable method private method_escapeImportPathString" data-toggle="collapse" data-target=".method_escapeImportPathString .collapse">
<h2>escapeImportPathString</h2>
<pre>escapeImportPathString(arraypath) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Exception\CompilerException</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>path</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_escapeNonPrintableChars"></a>
<div class="element clickable method private method_escapeNonPrintableChars" data-toggle="collapse" data-target=".method_escapeNonPrintableChars .collapse">
<h2>Escape non printable chars in strings output as in dart-sass</h2>
<pre>escapeNonPrintableChars(stringstring, boolinKeyword = false) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>string</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>inKeyword</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_evalSelector"></a>
<div class="element clickable method private method_evalSelector" data-toggle="collapse" data-target=".method_evalSelector .collapse">
<h2>Evaluate selector</h2>
<pre>evalSelector(arrayselector) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
phpstan-impure
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>selector</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_evalSelectorPart"></a>
<div class="element clickable method private method_evalSelectorPart" data-toggle="collapse" data-target=".method_evalSelectorPart .collapse">
<h2>Evaluate selector part; replaces all the interpolates, stripping quotes</h2>
<pre>evalSelectorPart(arraypart) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
phpstan-impure
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>part</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_evalSelectors"></a>
<div class="element clickable method private method_evalSelectors" data-toggle="collapse" data-target=".method_evalSelectors .collapse">
<h2>Evaluate selectors</h2>
<pre>evalSelectors(arrayselectors) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>selectors</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_evaluateArguments"></a>
<div class="element clickable method private method_evaluateArguments" data-toggle="collapse" data-target=".method_evaluateArguments .collapse">
<h2>Evaluates the argument from the invocation.</h2>
<pre>evaluateArguments(array[]args, boolreduce = true) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>This returns several things about this invocation:</p>
<ul>
<li>the list of positional arguments</li>
<li>the map of named arguments, indexed by normalized names</li>
<li>the set of names used in the arguments (that's an array using the normalized names as keys for O(1) access)</li>
<li>the separator used by the list using the splat operator, if any</li>
<li>a boolean indicator whether any splat argument (list or map) was used, to support the incomplete error reporting.</li>
</ul>
</div>
<table class="table">
<tr>
<th>
phpstan-return
</th>
<td>
<p>array{0: list&lt;array|Number&gt;, 1: array&lt;string, array|Number&gt;, 2: array&lt;string, string&gt;, 3: string|null, 4: bool}</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Exception\SassScriptException</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array[]</code><p></p>
</div>
<div class="subelement argument">
<h4>reduce</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p><p>Whether arguments should be reduced to their value</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_evaluateMediaQuery"></a>
<div class="element clickable method private method_evaluateMediaQuery" data-toggle="collapse" data-target=".method_evaluateMediaQuery .collapse">
<h2>evaluate media query : compile internal value keeping the structure unchanged</h2>
<pre>evaluateMediaQuery(arrayqueryList) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>queryList</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_expToString"></a>
<div class="element clickable method private method_expToString" data-toggle="collapse" data-target=".method_expToString .collapse">
<h2>Reduce expression to string</h2>
<pre>expToString(arrayexp, boolkeepParens = false) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>exp</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>keepParens</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_extendOrReplaceSelectors"></a>
<div class="element clickable method private method_extendOrReplaceSelectors" data-toggle="collapse" data-target=".method_extendOrReplaceSelectors .collapse">
<h2>Extend/replace in selectors
used by selector-extend and selector-replace that use the same logic</h2>
<pre>extendOrReplaceSelectors(arrayselectors, arrayextendee, arrayextender, boolreplace = false) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>selectors</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>extendee</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>extender</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>replace</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_extractEnv"></a>
<div class="element clickable method private method_extractEnv" data-toggle="collapse" data-target=".method_extractEnv .collapse">
<h2>Convert env stack to singly linked list</h2>
<pre>extractEnv(\ScssPhp\ScssPhp\Compiler\Environment[]envs) : \ScssPhp\ScssPhp\Compiler\Environment</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
phpstan-param
</th>
<td>
<p>non-empty-array&lt;Environment&gt; $envs</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>envs</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\Environment[]</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\Environment</code><p></p>
</div>
</div>
</div>
<a id="method_extractInterpolation"></a>
<div class="element clickable method private method_extractInterpolation" data-toggle="collapse" data-target=".method_extractInterpolation .collapse">
<h2>Extract interpolation; it doesn&#039;t need to be recursive, compileValue will handle that</h2>
<pre>extractInterpolation(arraylist) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>list</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_extractRelationshipFromFragment"></a>
<div class="element clickable method private method_extractRelationshipFromFragment" data-toggle="collapse" data-target=".method_extractRelationshipFromFragment .collapse">
<h2>Extract a relationship from the fragment.</h2>
<pre>extractRelationshipFromFragment(arrayfragment) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>When extracting the last portion of a selector we will be left with a
fragment which may end with a direction relationship combinator. This
method will extract the relationship fragment and return it along side
the rest.</p>
</div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>fragment</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p><p>The selector fragment maybe ending with a direction relationship combinator.</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p><p>The selector without the relationship fragment if any, the relationship fragment.</p>
</p>
</div>
</div>
</div>
<a id="method_extractSlashAlphaInColorFunction"></a>
<div class="element clickable method private method_extractSlashAlphaInColorFunction" data-toggle="collapse" data-target=".method_extractSlashAlphaInColorFunction .collapse">
<h2>Extract the ... / alpha on the last argument of channel arg
in color functions</h2>
<pre>extractSlashAlphaInColorFunction(arrayargs) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_filterScopeWithWithout"></a>
<div class="element clickable method private method_filterScopeWithWithout" data-toggle="collapse" data-target=".method_filterScopeWithWithout .collapse">
<h2>Filter at-root scope depending on with/without option</h2>
<pre>filterScopeWithWithout(\ScssPhp\ScssPhp\Formatter\OutputBlockscope, arraywith, arraywithout) : \ScssPhp\ScssPhp\Formatter\OutputBlock</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>scope</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
<div class="subelement argument">
<h4>with</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>without</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
</div>
</div>
<a id="method_filterWithWithout"></a>
<div class="element clickable method private method_filterWithWithout" data-toggle="collapse" data-target=".method_filterWithWithout .collapse">
<h2>Filter env stack</h2>
<pre>filterWithWithout(\ScssPhp\ScssPhp\Compiler\Environment[]envs, arraywith, arraywithout) : \ScssPhp\ScssPhp\Compiler\Environment</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
phpstan-param
</th>
<td>
<p>non-empty-array&lt;Environment&gt; $envs</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>envs</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\Environment[]</code><p></p>
</div>
<div class="subelement argument">
<h4>with</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>without</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\Environment</code><p></p>
</div>
</div>
</div>
<a id="method_findImport"></a>
<div class="element clickable method private method_findImport" data-toggle="collapse" data-target=".method_findImport .collapse">
<h2>Return the file path for an import url if it exists</h2>
<pre>findImport(stringurl, string|nullcurrentDir = null) : string|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>url</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>currentDir</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
</div>
</div>
<a id="method_findScopeSelectors"></a>
<div class="element clickable method private method_findScopeSelectors" data-toggle="collapse" data-target=".method_findScopeSelectors .collapse">
<h2>Find a selector by the depth node in the scope</h2>
<pre>findScopeSelectors(\ScssPhp\ScssPhp\Formatter\OutputBlockscope, intdepth) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>scope</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
<div class="subelement argument">
<h4>depth</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_findTagName"></a>
<div class="element clickable method private method_findTagName" data-toggle="collapse" data-target=".method_findTagName .collapse">
<h2>Find the html tag name in a selector parts list</h2>
<pre>findTagName(string[]parts) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>parts</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string[]</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_fixColor"></a>
<div class="element clickable method private method_fixColor" data-toggle="collapse" data-target=".method_fixColor .collapse">
<h2>Make sure a color&#039;s components don&#039;t go out of bounds</h2>
<pre>fixColor(arrayc) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>c</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_flattenSelectors"></a>
<div class="element clickable method private method_flattenSelectors" data-toggle="collapse" data-target=".method_flattenSelectors .collapse">
<h2>Flatten selectors</h2>
<pre>flattenSelectors(\ScssPhp\ScssPhp\Formatter\OutputBlockblock, string|int|nullparentKey = null) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>block</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
<div class="subelement argument">
<h4>parentKey</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|int|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_flattenSelectorSingle"></a>
<div class="element clickable method private method_flattenSelectorSingle" data-toggle="collapse" data-target=".method_flattenSelectorSingle .collapse">
<h2>Flatten selector single; joins together .classes and #ids</h2>
<pre>flattenSelectorSingle(arraysingle) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>single</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_fncall"></a>
<div class="element clickable method private method_fncall" data-toggle="collapse" data-target=".method_fncall .collapse">
<h2>Function caller</h2>
<pre>fncall(string|arrayfunctionReference, arrayargValues) : array|\ScssPhp\ScssPhp\Node\Number</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>functionReference</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|array</code><p></p>
</div>
<div class="subelement argument">
<h4>argValues</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
</div>
</div>
<a id="method_formatOutputSelector"></a>
<div class="element clickable method private method_formatOutputSelector" data-toggle="collapse" data-target=".method_formatOutputSelector .collapse">
<h2>Postprocess selector to output in right format</h2>
<pre>formatOutputSelector(arrayselectors) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>selectors</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_get"></a>
<div class="element clickable method private method_get" data-toggle="collapse" data-target=".method_get .collapse">
<h2>Get variable</h2>
<pre>get(stringname, boolshouldThrow = true, \ScssPhp\ScssPhp\Compiler\Environment|nullenv = null, boolunreduced = false) : mixed|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>shouldThrow</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
<div class="subelement argument">
<h4>env</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\Environment|null</code><p></p>
</div>
<div class="subelement argument">
<h4>unreduced</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed|null</code><p></p>
</div>
</div>
</div>
<a id="method_getArgumentListKeywords"></a>
<div class="element clickable method public method_getArgumentListKeywords" data-toggle="collapse" data-target=".method_getArgumentListKeywords .collapse">
<h2>Gets the keywords of an argument list.</h2>
<pre>getArgumentListKeywords(array|\ScssPhp\ScssPhp\Node\Numbervalue) : array&lt;string,array|\ScssPhp\ScssPhp\Node\Number&gt;</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>Keys in the returned array are normalized names (underscores are replaced with dashes)
without the leading <code class="prettyprint">$</code>.
Calling this helper with anything that an argument list received for a rest argument
of the function argument declaration is not supported.</p>
</div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array<string,array|\ScssPhp\ScssPhp\Node\Number></code><p></p>
</div>
</div>
</div>
<a id="method_getBuiltinFunction"></a>
<div class="element clickable method private method_getBuiltinFunction" data-toggle="collapse" data-target=".method_getBuiltinFunction .collapse">
<h2>Get built-in function</h2>
<pre>getBuiltinFunction(stringname) : array|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>Normalized name</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|null</code><p></p>
</div>
</div>
</div>
<a id="method_getCompileOptions"></a>
<div class="element clickable method private method_getCompileOptions" data-toggle="collapse" data-target=".method_getCompileOptions .collapse">
<h2>Get compiler options</h2>
<pre>getCompileOptions() : array&lt;string,mixed&gt;</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array<string,mixed></code><p></p>
</div>
</div>
</div>
<a id="method_getFunctionReference"></a>
<div class="element clickable method private method_getFunctionReference" data-toggle="collapse" data-target=".method_getFunctionReference .collapse">
<h2>Find a function reference</h2>
<pre>getFunctionReference(stringname, boolsafeCopy = false) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>safeCopy</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_getPrettyPath"></a>
<div class="element clickable method private method_getPrettyPath" data-toggle="collapse" data-target=".method_getPrettyPath .collapse">
<h2>getPrettyPath</h2>
<pre>getPrettyPath(string|nullpath) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>path</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_getSelectorArg"></a>
<div class="element clickable method private method_getSelectorArg" data-toggle="collapse" data-target=".method_getSelectorArg .collapse">
<h2>Preprocess selector args</h2>
<pre>getSelectorArg(arrayarg, string|nullvarname = null, boolallowParent = false) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>arg</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>varname</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
<div class="subelement argument">
<h4>allowParent</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_getStoreEnv"></a>
<div class="element clickable method private method_getStoreEnv" data-toggle="collapse" data-target=".method_getStoreEnv .collapse">
<h2>Get store environment</h2>
<pre>getStoreEnv() : \ScssPhp\ScssPhp\Compiler\Environment</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\Environment</code><p></p>
</div>
</div>
</div>
<a id="method_getStringText"></a>
<div class="element clickable method public method_getStringText" data-toggle="collapse" data-target=".method_getStringText .collapse">
<h2>Gets the text of a Sass string</h2>
<pre>getStringText(arrayvalue) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>Calling this method on anything else than a SassString is unsupported. Use {@see \ScssPhp\ScssPhp\assertString} first
to ensure that the value is indeed a string.</p>
</div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_getTypeOf"></a>
<div class="element clickable method private method_getTypeOf" data-toggle="collapse" data-target=".method_getTypeOf .collapse">
<h2>getTypeOf</h2>
<pre>getTypeOf(array|\ScssPhp\ScssPhp\Node\Numbervalue) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_getVariables"></a>
<div class="element clickable method public method_getVariables" data-toggle="collapse" data-target=".method_getVariables .collapse">
<h2>Returns list of variables</h2>
<pre>getVariables() : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_glueFunctionSelectors"></a>
<div class="element clickable method private method_glueFunctionSelectors" data-toggle="collapse" data-target=".method_glueFunctionSelectors .collapse">
<h2>Glue parts of :not( or :nth-child( ... that are in general split in selectors parts</h2>
<pre>glueFunctionSelectors(arrayparts) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>parts</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_handleImportLoop"></a>
<div class="element clickable method private method_handleImportLoop" data-toggle="collapse" data-target=".method_handleImportLoop .collapse">
<h2>Handle import loop</h2>
<pre>handleImportLoop(stringname) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Exception</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_has"></a>
<div class="element clickable method private method_has" data-toggle="collapse" data-target=".method_has .collapse">
<h2>Has variable?</h2>
<pre>has(stringname, \ScssPhp\ScssPhp\Compiler\Environment|nullenv = null) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>env</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\Environment|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_hasSelectorPlaceholder"></a>
<div class="element clickable method private method_hasSelectorPlaceholder" data-toggle="collapse" data-target=".method_hasSelectorPlaceholder .collapse">
<h2>Has selector placeholder?</h2>
<pre>hasSelectorPlaceholder(arrayselector) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>selector</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_hueToRGB"></a>
<div class="element clickable method private method_hueToRGB" data-toggle="collapse" data-target=".method_hueToRGB .collapse">
<h2>Hue to RGB helper</h2>
<pre>hueToRGB(floatm1, floatm2, floath) : float</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>m1</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
float</code><p></p>
</div>
<div class="subelement argument">
<h4>m2</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
float</code><p></p>
</div>
<div class="subelement argument">
<h4>h</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
float</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
float</code><p></p>
</div>
</div>
</div>
<a id="method_HWBtoRGB"></a>
<div class="element clickable method private method_HWBtoRGB" data-toggle="collapse" data-target=".method_HWBtoRGB .collapse">
<h2>Convert HWB to RGB
https://www.w3.org/TR/css-color-4/#hwb-to-rgb</h2>
<pre>HWBtoRGB(int|floathue, int|floatwhiteness, int|floatblackness) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>hue</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int|float</code><p><p>H from 0 to 360</p>
</p>
</div>
<div class="subelement argument">
<h4>whiteness</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int|float</code><p><p>W from 0 to 100</p>
</p>
</div>
<div class="subelement argument">
<h4>blackness</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int|float</code><p><p>B from 0 to 100</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_importFile"></a>
<div class="element clickable method private method_importFile" data-toggle="collapse" data-target=".method_importFile .collapse">
<h2>Import file</h2>
<pre>importFile(stringpath, \ScssPhp\ScssPhp\Formatter\OutputBlockout) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>path</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>out</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_injectVariables"></a>
<div class="element clickable method private method_injectVariables" data-toggle="collapse" data-target=".method_injectVariables .collapse">
<h2>Inject variables</h2>
<pre>injectVariables(arrayargs) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_inspectFormatValue"></a>
<div class="element clickable method private method_inspectFormatValue" data-toggle="collapse" data-target=".method_inspectFormatValue .collapse">
<h2>inspectFormatValue</h2>
<pre>inspectFormatValue(array|\ScssPhp\ScssPhp\Node\Numbervalue, boolforce_enclosing_display = false) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>force_enclosing_display</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_isCssImport"></a>
<div class="element clickable method public method_isCssImport" data-toggle="collapse" data-target=".method_isCssImport .collapse">
<h2>Detects whether the import is a CSS import.</h2>
<pre>isCssImport(stringurl) : bool</pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>url</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_isFreshCachedResult"></a>
<div class="element clickable method private method_isFreshCachedResult" data-toggle="collapse" data-target=".method_isFreshCachedResult .collapse">
<h2>isFreshCachedResult</h2>
<pre>isFreshCachedResult(\ScssPhp\ScssPhp\Compiler\CachedResultresult) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>result</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\CachedResult</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_isImmediateRelationshipCombinator"></a>
<div class="element clickable method private method_isImmediateRelationshipCombinator" data-toggle="collapse" data-target=".method_isImmediateRelationshipCombinator .collapse">
<h2>Is the value a direct relationship combinator?</h2>
<pre>isImmediateRelationshipCombinator(stringvalue) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_isPseudoSelector"></a>
<div class="element clickable method private method_isPseudoSelector" data-toggle="collapse" data-target=".method_isPseudoSelector .collapse">
<h2>Test a part for being a pseudo selector</h2>
<pre>isPseudoSelector(stringpart, array&matches) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>part</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>matches</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_isSelfExtend"></a>
<div class="element clickable method private method_isSelfExtend" data-toggle="collapse" data-target=".method_isSelfExtend .collapse">
<h2>Is self extend?</h2>
<pre>isSelfExtend(arraytarget, arrayorigin) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>target</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>origin</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_isSuperPart"></a>
<div class="element clickable method private method_isSuperPart" data-toggle="collapse" data-target=".method_isSuperPart .collapse">
<h2>Test a part of super selector again a part of sub selector</h2>
<pre>isSuperPart(arraysuperParts, arraysubParts) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>superParts</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>subParts</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_isSuperSelector"></a>
<div class="element clickable method private method_isSuperSelector" data-toggle="collapse" data-target=".method_isSuperSelector .collapse">
<h2>Test a $super selector again $sub</h2>
<pre>isSuperSelector(arraysuper, arraysub) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>super</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>sub</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_isTruthy"></a>
<div class="element clickable method public method_isTruthy" data-toggle="collapse" data-target=".method_isTruthy .collapse">
<h2>Is truthy?</h2>
<pre>isTruthy(array|\ScssPhp\ScssPhp\Node\Numbervalue) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_isWith"></a>
<div class="element clickable method private method_isWith" data-toggle="collapse" data-target=".method_isWith .collapse">
<h2>Filter WITH rules</h2>
<pre>isWith(\ScssPhp\ScssPhp\Block|\ScssPhp\ScssPhp\Formatter\OutputBlockblock, arraywith, arraywithout) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>block</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Block|\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
<div class="subelement argument">
<h4>with</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>without</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_joinSelectors"></a>
<div class="element clickable method private method_joinSelectors" data-toggle="collapse" data-target=".method_joinSelectors .collapse">
<h2>Join selectors; looks for &amp; to replace, or append parent before child</h2>
<pre>joinSelectors(arrayparent, arraychild, bool&stillHasSelf, arrayselfParentSelectors = null) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>parent</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>child</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>stillHasSelf</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
<div class="subelement argument">
<h4>selfParentSelectors</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_libAbs"></a>
<div class="element clickable method private method_libAbs" data-toggle="collapse" data-target=".method_libAbs .collapse">
<h2>libAbs</h2>
<pre>libAbs(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libAdjustColor"></a>
<div class="element clickable method private method_libAdjustColor" data-toggle="collapse" data-target=".method_libAdjustColor .collapse">
<h2>libAdjustColor</h2>
<pre>libAdjustColor(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libAdjustHue"></a>
<div class="element clickable method private method_libAdjustHue" data-toggle="collapse" data-target=".method_libAdjustHue .collapse">
<h2>libAdjustHue</h2>
<pre>libAdjustHue(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libAlpha"></a>
<div class="element clickable method private method_libAlpha" data-toggle="collapse" data-target=".method_libAlpha .collapse">
<h2>libAlpha</h2>
<pre>libAlpha(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libAppend"></a>
<div class="element clickable method private method_libAppend" data-toggle="collapse" data-target=".method_libAppend .collapse">
<h2>libAppend</h2>
<pre>libAppend(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libBlue"></a>
<div class="element clickable method private method_libBlue" data-toggle="collapse" data-target=".method_libBlue .collapse">
<h2>libBlue</h2>
<pre>libBlue(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libCall"></a>
<div class="element clickable method private method_libCall" data-toggle="collapse" data-target=".method_libCall .collapse">
<h2>libCall</h2>
<pre>libCall(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libCeil"></a>
<div class="element clickable method private method_libCeil" data-toggle="collapse" data-target=".method_libCeil .collapse">
<h2>libCeil</h2>
<pre>libCeil(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libChangeColor"></a>
<div class="element clickable method private method_libChangeColor" data-toggle="collapse" data-target=".method_libChangeColor .collapse">
<h2>libChangeColor</h2>
<pre>libChangeColor(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libComparable"></a>
<div class="element clickable method private method_libComparable" data-toggle="collapse" data-target=".method_libComparable .collapse">
<h2>libComparable</h2>
<pre>libComparable(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libComplement"></a>
<div class="element clickable method private method_libComplement" data-toggle="collapse" data-target=".method_libComplement .collapse">
<h2>libComplement</h2>
<pre>libComplement(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libDarken"></a>
<div class="element clickable method private method_libDarken" data-toggle="collapse" data-target=".method_libDarken .collapse">
<h2>libDarken</h2>
<pre>libDarken(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libDesaturate"></a>
<div class="element clickable method private method_libDesaturate" data-toggle="collapse" data-target=".method_libDesaturate .collapse">
<h2>libDesaturate</h2>
<pre>libDesaturate(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libFadeIn"></a>
<div class="element clickable method private method_libFadeIn" data-toggle="collapse" data-target=".method_libFadeIn .collapse">
<h2>libFadeIn</h2>
<pre>libFadeIn(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libFadeOut"></a>
<div class="element clickable method private method_libFadeOut" data-toggle="collapse" data-target=".method_libFadeOut .collapse">
<h2>libFadeOut</h2>
<pre>libFadeOut(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libFeatureExists"></a>
<div class="element clickable method private method_libFeatureExists" data-toggle="collapse" data-target=".method_libFeatureExists .collapse">
<h2>libFeatureExists</h2>
<pre>libFeatureExists(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libFloor"></a>
<div class="element clickable method private method_libFloor" data-toggle="collapse" data-target=".method_libFloor .collapse">
<h2>libFloor</h2>
<pre>libFloor(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libFunctionExists"></a>
<div class="element clickable method private method_libFunctionExists" data-toggle="collapse" data-target=".method_libFunctionExists .collapse">
<h2>libFunctionExists</h2>
<pre>libFunctionExists(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libGetFunction"></a>
<div class="element clickable method private method_libGetFunction" data-toggle="collapse" data-target=".method_libGetFunction .collapse">
<h2>libGetFunction</h2>
<pre>libGetFunction(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libGlobalVariableExists"></a>
<div class="element clickable method private method_libGlobalVariableExists" data-toggle="collapse" data-target=".method_libGlobalVariableExists .collapse">
<h2>libGlobalVariableExists</h2>
<pre>libGlobalVariableExists(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libGrayscale"></a>
<div class="element clickable method private method_libGrayscale" data-toggle="collapse" data-target=".method_libGrayscale .collapse">
<h2>libGrayscale</h2>
<pre>libGrayscale(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libGreen"></a>
<div class="element clickable method private method_libGreen" data-toggle="collapse" data-target=".method_libGreen .collapse">
<h2>libGreen</h2>
<pre>libGreen(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libHsl"></a>
<div class="element clickable method private method_libHsl" data-toggle="collapse" data-target=".method_libHsl .collapse">
<h2>libHsl</h2>
<pre>libHsl(arrayargs, arraykwargs, stringfuncName = &#039;hsl&#039;) : array|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>kwargs</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>funcName</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|null</code><p></p>
</div>
</div>
</div>
<a id="method_libHsla"></a>
<div class="element clickable method private method_libHsla" data-toggle="collapse" data-target=".method_libHsla .collapse">
<h2>libHsla</h2>
<pre>libHsla(mixedargs, mixedkwargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
<div class="subelement argument">
<h4>kwargs</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libHue"></a>
<div class="element clickable method private method_libHue" data-toggle="collapse" data-target=".method_libHue .collapse">
<h2>libHue</h2>
<pre>libHue(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libIeHexStr"></a>
<div class="element clickable method private method_libIeHexStr" data-toggle="collapse" data-target=".method_libIeHexStr .collapse">
<h2>libIeHexStr</h2>
<pre>libIeHexStr(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libIf"></a>
<div class="element clickable method private method_libIf" data-toggle="collapse" data-target=".method_libIf .collapse">
<h2>libIf</h2>
<pre>libIf(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libIndex"></a>
<div class="element clickable method private method_libIndex" data-toggle="collapse" data-target=".method_libIndex .collapse">
<h2>libIndex</h2>
<pre>libIndex(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libInspect"></a>
<div class="element clickable method private method_libInspect" data-toggle="collapse" data-target=".method_libInspect .collapse">
<h2>libInspect</h2>
<pre>libInspect(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libInvert"></a>
<div class="element clickable method private method_libInvert" data-toggle="collapse" data-target=".method_libInvert .collapse">
<h2>libInvert</h2>
<pre>libInvert(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libIsBracketed"></a>
<div class="element clickable method private method_libIsBracketed" data-toggle="collapse" data-target=".method_libIsBracketed .collapse">
<h2>libIsBracketed</h2>
<pre>libIsBracketed(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libIsSuperselector"></a>
<div class="element clickable method private method_libIsSuperselector" data-toggle="collapse" data-target=".method_libIsSuperselector .collapse">
<h2>libIsSuperselector</h2>
<pre>libIsSuperselector(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libJoin"></a>
<div class="element clickable method private method_libJoin" data-toggle="collapse" data-target=".method_libJoin .collapse">
<h2>libJoin</h2>
<pre>libJoin(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libKeywords"></a>
<div class="element clickable method private method_libKeywords" data-toggle="collapse" data-target=".method_libKeywords .collapse">
<h2>libKeywords</h2>
<pre>libKeywords(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libLength"></a>
<div class="element clickable method private method_libLength" data-toggle="collapse" data-target=".method_libLength .collapse">
<h2>libLength</h2>
<pre>libLength(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libLighten"></a>
<div class="element clickable method private method_libLighten" data-toggle="collapse" data-target=".method_libLighten .collapse">
<h2>libLighten</h2>
<pre>libLighten(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libLightness"></a>
<div class="element clickable method private method_libLightness" data-toggle="collapse" data-target=".method_libLightness .collapse">
<h2>libLightness</h2>
<pre>libLightness(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libListSeparator"></a>
<div class="element clickable method private method_libListSeparator" data-toggle="collapse" data-target=".method_libListSeparator .collapse">
<h2>libListSeparator</h2>
<pre>libListSeparator(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libMapGet"></a>
<div class="element clickable method private method_libMapGet" data-toggle="collapse" data-target=".method_libMapGet .collapse">
<h2>libMapGet</h2>
<pre>libMapGet(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libMapHasKey"></a>
<div class="element clickable method private method_libMapHasKey" data-toggle="collapse" data-target=".method_libMapHasKey .collapse">
<h2>libMapHasKey</h2>
<pre>libMapHasKey(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libMapKeys"></a>
<div class="element clickable method private method_libMapKeys" data-toggle="collapse" data-target=".method_libMapKeys .collapse">
<h2>libMapKeys</h2>
<pre>libMapKeys(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libMapMerge"></a>
<div class="element clickable method private method_libMapMerge" data-toggle="collapse" data-target=".method_libMapMerge .collapse">
<h2>libMapMerge</h2>
<pre>libMapMerge(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libMapRemove"></a>
<div class="element clickable method private method_libMapRemove" data-toggle="collapse" data-target=".method_libMapRemove .collapse">
<h2>libMapRemove</h2>
<pre>libMapRemove(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libMapValues"></a>
<div class="element clickable method private method_libMapValues" data-toggle="collapse" data-target=".method_libMapValues .collapse">
<h2>libMapValues</h2>
<pre>libMapValues(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libMax"></a>
<div class="element clickable method private method_libMax" data-toggle="collapse" data-target=".method_libMax .collapse">
<h2>libMax</h2>
<pre>libMax(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libMin"></a>
<div class="element clickable method private method_libMin" data-toggle="collapse" data-target=".method_libMin .collapse">
<h2>libMin</h2>
<pre>libMin(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libMix"></a>
<div class="element clickable method private method_libMix" data-toggle="collapse" data-target=".method_libMix .collapse">
<h2>libMix</h2>
<pre>libMix(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libMixinExists"></a>
<div class="element clickable method private method_libMixinExists" data-toggle="collapse" data-target=".method_libMixinExists .collapse">
<h2>libMixinExists</h2>
<pre>libMixinExists(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libNth"></a>
<div class="element clickable method private method_libNth" data-toggle="collapse" data-target=".method_libNth .collapse">
<h2>libNth</h2>
<pre>libNth(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libOpacify"></a>
<div class="element clickable method private method_libOpacify" data-toggle="collapse" data-target=".method_libOpacify .collapse">
<h2>libOpacify</h2>
<pre>libOpacify(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libOpacity"></a>
<div class="element clickable method private method_libOpacity" data-toggle="collapse" data-target=".method_libOpacity .collapse">
<h2>libOpacity</h2>
<pre>libOpacity(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libPercentage"></a>
<div class="element clickable method private method_libPercentage" data-toggle="collapse" data-target=".method_libPercentage .collapse">
<h2>libPercentage</h2>
<pre>libPercentage(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libQuote"></a>
<div class="element clickable method private method_libQuote" data-toggle="collapse" data-target=".method_libQuote .collapse">
<h2>libQuote</h2>
<pre>libQuote(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libRandom"></a>
<div class="element clickable method private method_libRandom" data-toggle="collapse" data-target=".method_libRandom .collapse">
<h2>libRandom</h2>
<pre>libRandom(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libRed"></a>
<div class="element clickable method private method_libRed" data-toggle="collapse" data-target=".method_libRed .collapse">
<h2>libRed</h2>
<pre>libRed(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libRgb"></a>
<div class="element clickable method private method_libRgb" data-toggle="collapse" data-target=".method_libRgb .collapse">
<h2>libRgb</h2>
<pre>libRgb(arrayargs, arraykwargs, stringfuncName = &#039;rgb&#039;) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>kwargs</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>funcName</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_libRgba"></a>
<div class="element clickable method private method_libRgba" data-toggle="collapse" data-target=".method_libRgba .collapse">
<h2>libRgba</h2>
<pre>libRgba(mixedargs, mixedkwargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
<div class="subelement argument">
<h4>kwargs</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libRound"></a>
<div class="element clickable method private method_libRound" data-toggle="collapse" data-target=".method_libRound .collapse">
<h2>libRound</h2>
<pre>libRound(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libSaturate"></a>
<div class="element clickable method private method_libSaturate" data-toggle="collapse" data-target=".method_libSaturate .collapse">
<h2>libSaturate</h2>
<pre>libSaturate(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libSaturation"></a>
<div class="element clickable method private method_libSaturation" data-toggle="collapse" data-target=".method_libSaturation .collapse">
<h2>libSaturation</h2>
<pre>libSaturation(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libScaleColor"></a>
<div class="element clickable method private method_libScaleColor" data-toggle="collapse" data-target=".method_libScaleColor .collapse">
<h2>libScaleColor</h2>
<pre>libScaleColor(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libSelectorAppend"></a>
<div class="element clickable method private method_libSelectorAppend" data-toggle="collapse" data-target=".method_libSelectorAppend .collapse">
<h2>libSelectorAppend</h2>
<pre>libSelectorAppend(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libSelectorExtend"></a>
<div class="element clickable method private method_libSelectorExtend" data-toggle="collapse" data-target=".method_libSelectorExtend .collapse">
<h2>libSelectorExtend</h2>
<pre>libSelectorExtend(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libSelectorNest"></a>
<div class="element clickable method private method_libSelectorNest" data-toggle="collapse" data-target=".method_libSelectorNest .collapse">
<h2>libSelectorNest</h2>
<pre>libSelectorNest(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libSelectorParse"></a>
<div class="element clickable method private method_libSelectorParse" data-toggle="collapse" data-target=".method_libSelectorParse .collapse">
<h2>libSelectorParse</h2>
<pre>libSelectorParse(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libSelectorReplace"></a>
<div class="element clickable method private method_libSelectorReplace" data-toggle="collapse" data-target=".method_libSelectorReplace .collapse">
<h2>libSelectorReplace</h2>
<pre>libSelectorReplace(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libSelectorUnify"></a>
<div class="element clickable method private method_libSelectorUnify" data-toggle="collapse" data-target=".method_libSelectorUnify .collapse">
<h2>libSelectorUnify</h2>
<pre>libSelectorUnify(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libSetNth"></a>
<div class="element clickable method private method_libSetNth" data-toggle="collapse" data-target=".method_libSetNth .collapse">
<h2>libSetNth</h2>
<pre>libSetNth(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libSimpleSelectors"></a>
<div class="element clickable method private method_libSimpleSelectors" data-toggle="collapse" data-target=".method_libSimpleSelectors .collapse">
<h2>libSimpleSelectors</h2>
<pre>libSimpleSelectors(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libStrIndex"></a>
<div class="element clickable method private method_libStrIndex" data-toggle="collapse" data-target=".method_libStrIndex .collapse">
<h2>libStrIndex</h2>
<pre>libStrIndex(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libStrInsert"></a>
<div class="element clickable method private method_libStrInsert" data-toggle="collapse" data-target=".method_libStrInsert .collapse">
<h2>libStrInsert</h2>
<pre>libStrInsert(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libStrLength"></a>
<div class="element clickable method private method_libStrLength" data-toggle="collapse" data-target=".method_libStrLength .collapse">
<h2>libStrLength</h2>
<pre>libStrLength(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libStrSlice"></a>
<div class="element clickable method private method_libStrSlice" data-toggle="collapse" data-target=".method_libStrSlice .collapse">
<h2>libStrSlice</h2>
<pre>libStrSlice(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libToLowerCase"></a>
<div class="element clickable method private method_libToLowerCase" data-toggle="collapse" data-target=".method_libToLowerCase .collapse">
<h2>libToLowerCase</h2>
<pre>libToLowerCase(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libToUpperCase"></a>
<div class="element clickable method private method_libToUpperCase" data-toggle="collapse" data-target=".method_libToUpperCase .collapse">
<h2>libToUpperCase</h2>
<pre>libToUpperCase(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libTransparentize"></a>
<div class="element clickable method private method_libTransparentize" data-toggle="collapse" data-target=".method_libTransparentize .collapse">
<h2>libTransparentize</h2>
<pre>libTransparentize(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libTypeOf"></a>
<div class="element clickable method private method_libTypeOf" data-toggle="collapse" data-target=".method_libTypeOf .collapse">
<h2>libTypeOf</h2>
<pre>libTypeOf(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libUniqueId"></a>
<div class="element clickable method private method_libUniqueId" data-toggle="collapse" data-target=".method_libUniqueId .collapse">
<h2>libUniqueId</h2>
<pre>libUniqueId() : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libUnit"></a>
<div class="element clickable method private method_libUnit" data-toggle="collapse" data-target=".method_libUnit .collapse">
<h2>libUnit</h2>
<pre>libUnit(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libUnitless"></a>
<div class="element clickable method private method_libUnitless" data-toggle="collapse" data-target=".method_libUnitless .collapse">
<h2>libUnitless</h2>
<pre>libUnitless(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libUnquote"></a>
<div class="element clickable method private method_libUnquote" data-toggle="collapse" data-target=".method_libUnquote .collapse">
<h2>libUnquote</h2>
<pre>libUnquote(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libVariableExists"></a>
<div class="element clickable method private method_libVariableExists" data-toggle="collapse" data-target=".method_libVariableExists .collapse">
<h2>libVariableExists</h2>
<pre>libVariableExists(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_libZip"></a>
<div class="element clickable method private method_libZip" data-toggle="collapse" data-target=".method_libZip .collapse">
<h2>libZip</h2>
<pre>libZip(mixedargs) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_listSeparatorForJoin"></a>
<div class="element clickable method private deprecated method_listSeparatorForJoin" data-toggle="collapse" data-target=".method_listSeparatorForJoin .collapse">
<h2>listSeparatorForJoin</h2>
<pre>listSeparatorForJoin(arraylist1, array|\ScssPhp\ScssPhp\Node\Number|nullsep) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
deprecated
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Exception\CompilerException</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>list1</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>sep</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_makeOutputBlock"></a>
<div class="element clickable method private method_makeOutputBlock" data-toggle="collapse" data-target=".method_makeOutputBlock .collapse">
<h2>Make output block</h2>
<pre>makeOutputBlock(string|nulltype, string[]|nullselectors = null) : \ScssPhp\ScssPhp\Formatter\OutputBlock</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>type</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
<div class="subelement argument">
<h4>selectors</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string[]|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
</div>
</div>
<a id="method_mapGet"></a>
<div class="element clickable method private method_mapGet" data-toggle="collapse" data-target=".method_mapGet .collapse">
<h2>Gets the value corresponding to that key in the map</h2>
<pre>mapGet(arraymap, \ScssPhp\ScssPhp\Node\Number|arraykey) : \ScssPhp\ScssPhp\Node\Number|array|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>map</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>key</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number|array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number|array|null</code><p></p>
</div>
</div>
</div>
<a id="method_mapGetEntryIndex"></a>
<div class="element clickable method private method_mapGetEntryIndex" data-toggle="collapse" data-target=".method_mapGetEntryIndex .collapse">
<h2>Gets the index corresponding to that key in the map entries</h2>
<pre>mapGetEntryIndex(arraymap, \ScssPhp\ScssPhp\Node\Number|arraykey) : int|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>map</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>key</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number|array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int|null</code><p></p>
</div>
</div>
</div>
<a id="method_mapHasKey"></a>
<div class="element clickable method private method_mapHasKey" data-toggle="collapse" data-target=".method_mapHasKey .collapse">
<h2>mapHasKey</h2>
<pre>mapHasKey(arraymap, array|\ScssPhp\ScssPhp\Node\NumberkeyValue) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>map</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>keyValue</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_matchExtends"></a>
<div class="element clickable method private method_matchExtends" data-toggle="collapse" data-target=".method_matchExtends .collapse">
<h2>Match extends</h2>
<pre>matchExtends(arrayselector, array&out, intfrom = 0, boolinitial = true) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>selector</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>out</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>from</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p></p>
</div>
<div class="subelement argument">
<h4>initial</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_matchExtendsSingle"></a>
<div class="element clickable method private method_matchExtendsSingle" data-toggle="collapse" data-target=".method_matchExtendsSingle .collapse">
<h2>Match extends single</h2>
<pre>matchExtendsSingle(arrayrawSingle, array&outOrigin, boolinitial = true) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>rawSingle</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>outOrigin</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>initial</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_matchPartInCompound"></a>
<div class="element clickable method private method_matchPartInCompound" data-toggle="collapse" data-target=".method_matchPartInCompound .collapse">
<h2>Try to find a matching part in a compound:
- with same html tag name
- with some class or id or something in common</h2>
<pre>matchPartInCompound(arraypart, arraycompound) : array|false</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>part</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>compound</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|false</code><p></p>
</div>
</div>
</div>
<a id="method_maybeReduce"></a>
<div class="element clickable method private method_maybeReduce" data-toggle="collapse" data-target=".method_maybeReduce .collapse">
<h2>maybeReduce</h2>
<pre>maybeReduce(boolreduce, array|\ScssPhp\ScssPhp\Node\Numbervalue) : array|\ScssPhp\ScssPhp\Node\Number</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>reduce</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
</div>
</div>
<a id="method_mediaParent"></a>
<div class="element clickable method private method_mediaParent" data-toggle="collapse" data-target=".method_mediaParent .collapse">
<h2>Media parent</h2>
<pre>mediaParent(\ScssPhp\ScssPhp\Formatter\OutputBlockscope) : \ScssPhp\ScssPhp\Formatter\OutputBlock</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>scope</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Formatter\OutputBlock</code><p></p>
</div>
</div>
</div>
<a id="method_mergeDirectRelationships"></a>
<div class="element clickable method private method_mergeDirectRelationships" data-toggle="collapse" data-target=".method_mergeDirectRelationships .collapse">
<h2>Merge direct relationships between selectors</h2>
<pre>mergeDirectRelationships(arrayselectors1, arrayselectors2) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>selectors1</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>selectors2</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_mergeMaps"></a>
<div class="element clickable method private method_mergeMaps" data-toggle="collapse" data-target=".method_mergeMaps .collapse">
<h2>Merges 2 Sass maps together</h2>
<pre>mergeMaps(arraymap1, arraymap2) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>map1</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>map2</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_mergeMediaTypes"></a>
<div class="element clickable method private method_mergeMediaTypes" data-toggle="collapse" data-target=".method_mergeMediaTypes .collapse">
<h2>Merge media types</h2>
<pre>mergeMediaTypes(arraytype1, arraytype2) : array|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>type1</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>type2</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|null</code><p></p>
</div>
</div>
</div>
<a id="method_mergeParts"></a>
<div class="element clickable method private method_mergeParts" data-toggle="collapse" data-target=".method_mergeParts .collapse">
<h2>Merge two part list taking care that
- the html tag is coming first - if any
- the :something are coming last</h2>
<pre>mergeParts(arrayparts1, arrayparts2) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>parts1</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>parts2</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_missingSelectors"></a>
<div class="element clickable method private method_missingSelectors" data-toggle="collapse" data-target=".method_missingSelectors .collapse">
<h2>Report missing selectors</h2>
<pre>missingSelectors() : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_modifyMap"></a>
<div class="element clickable method private method_modifyMap" data-toggle="collapse" data-target=".method_modifyMap .collapse">
<h2>modifyMap</h2>
<pre>modifyMap(arraymap, arraykeys, callablemodify, booladdNesting = true) : \ScssPhp\ScssPhp\Node\Number|array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
phpstan-param
</th>
<td>
<p>array&lt;Number|array&gt; $keys</p>
<p>callable(Number|array): (Number|array) $modify</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>map</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>keys</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>modify</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
callable</code><p></p>
</div>
<div class="subelement argument">
<h4>addNesting</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number|array</code><p></p>
</div>
</div>
</div>
<a id="method_modifyNestedMap"></a>
<div class="element clickable method private method_modifyNestedMap" data-toggle="collapse" data-target=".method_modifyNestedMap .collapse">
<h2>modifyNestedMap</h2>
<pre>modifyNestedMap(arraymap, arraykeys, callablemodify, booladdNesting) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
phpstan-param
</th>
<td>
<p>non-empty-array&lt;Number|array&gt; $keys</p>
<p>callable(Number|array): (Number|array) $modify</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>map</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>keys</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>modify</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
callable</code><p></p>
</div>
<div class="subelement argument">
<h4>addNesting</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_multiplyMedia"></a>
<div class="element clickable method private method_multiplyMedia" data-toggle="collapse" data-target=".method_multiplyMedia .collapse">
<h2>Multiply media</h2>
<pre>multiplyMedia(\ScssPhp\ScssPhp\Compiler\Environmentenv = null, array|nullchildQueries = null) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>env</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\Environment</code><p></p>
</div>
<div class="subelement argument">
<h4>childQueries</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_multiplySelectors"></a>
<div class="element clickable method private method_multiplySelectors" data-toggle="collapse" data-target=".method_multiplySelectors .collapse">
<h2>Find the final set of selectors</h2>
<pre>multiplySelectors(\ScssPhp\ScssPhp\Compiler\Environmentenv, \ScssPhp\ScssPhp\BlockselfParent = null) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>env</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\Environment</code><p></p>
</div>
<div class="subelement argument">
<h4>selfParent</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Block</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_normalizeName"></a>
<div class="element clickable method private method_normalizeName" data-toggle="collapse" data-target=".method_normalizeName .collapse">
<h2>Normalize name</h2>
<pre>normalizeName(stringname) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_normalizeNativeFunctionName"></a>
<div class="element clickable method private method_normalizeNativeFunctionName" data-toggle="collapse" data-target=".method_normalizeNativeFunctionName .collapse">
<h2>Normalize native function name</h2>
<pre>normalizeNativeFunctionName(stringname) : string</pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_normalizeValue"></a>
<div class="element clickable method private method_normalizeValue" data-toggle="collapse" data-target=".method_normalizeValue .collapse">
<h2>Normalize value</h2>
<pre>normalizeValue(array|\ScssPhp\ScssPhp\Node\Numbervalue) : array|\ScssPhp\ScssPhp\Node\Number</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
</div>
</div>
<a id="method_opAdd"></a>
<div class="element clickable method private method_opAdd" data-toggle="collapse" data-target=".method_opAdd .collapse">
<h2>Add strings</h2>
<pre>opAdd(array|\ScssPhp\ScssPhp\Node\Numberleft, array|\ScssPhp\ScssPhp\Node\Numberright) : array|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|null</code><p></p>
</div>
</div>
</div>
<a id="method_opAddNumberNumber"></a>
<div class="element clickable method private method_opAddNumberNumber" data-toggle="collapse" data-target=".method_opAddNumberNumber .collapse">
<h2>Add numbers</h2>
<pre>opAddNumberNumber(\ScssPhp\ScssPhp\Node\Numberleft, \ScssPhp\ScssPhp\Node\Numberright) : \ScssPhp\ScssPhp\Node\Number</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
</div>
</div>
<a id="method_opAnd"></a>
<div class="element clickable method private method_opAnd" data-toggle="collapse" data-target=".method_opAnd .collapse">
<h2>Boolean and</h2>
<pre>opAnd(array|\ScssPhp\ScssPhp\Node\Numberleft, array|\ScssPhp\ScssPhp\Node\Numberright, boolshouldEval) : array|\ScssPhp\ScssPhp\Node\Number|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>shouldEval</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number|null</code><p></p>
</div>
</div>
</div>
<a id="method_opColorColor"></a>
<div class="element clickable method private method_opColorColor" data-toggle="collapse" data-target=".method_opColorColor .collapse">
<h2>Compare colors</h2>
<pre>opColorColor(stringop, arrayleft, arrayright) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>op</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_opColorNumber"></a>
<div class="element clickable method private method_opColorNumber" data-toggle="collapse" data-target=".method_opColorNumber .collapse">
<h2>Compare color and number</h2>
<pre>opColorNumber(stringop, arrayleft, \ScssPhp\ScssPhp\Node\Numberright) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>op</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_opDivNumberNumber"></a>
<div class="element clickable method private method_opDivNumberNumber" data-toggle="collapse" data-target=".method_opDivNumberNumber .collapse">
<h2>Divide numbers</h2>
<pre>opDivNumberNumber(\ScssPhp\ScssPhp\Node\Numberleft, \ScssPhp\ScssPhp\Node\Numberright) : \ScssPhp\ScssPhp\Node\Number</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
</div>
</div>
<a id="method_opEq"></a>
<div class="element clickable method private method_opEq" data-toggle="collapse" data-target=".method_opEq .collapse">
<h2>Compare number1 == number2</h2>
<pre>opEq(array|\ScssPhp\ScssPhp\Node\Numberleft, array|\ScssPhp\ScssPhp\Node\Numberright) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_opEqNumberNumber"></a>
<div class="element clickable method private method_opEqNumberNumber" data-toggle="collapse" data-target=".method_opEqNumberNumber .collapse">
<h2>Compare number1 == number2</h2>
<pre>opEqNumberNumber(\ScssPhp\ScssPhp\Node\Numberleft, \ScssPhp\ScssPhp\Node\Numberright) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_opGteNumberNumber"></a>
<div class="element clickable method private method_opGteNumberNumber" data-toggle="collapse" data-target=".method_opGteNumberNumber .collapse">
<h2>Compare number1 &gt;= number2</h2>
<pre>opGteNumberNumber(\ScssPhp\ScssPhp\Node\Numberleft, \ScssPhp\ScssPhp\Node\Numberright) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_opGtNumberNumber"></a>
<div class="element clickable method private method_opGtNumberNumber" data-toggle="collapse" data-target=".method_opGtNumberNumber .collapse">
<h2>Compare number1 &gt; number2</h2>
<pre>opGtNumberNumber(\ScssPhp\ScssPhp\Node\Numberleft, \ScssPhp\ScssPhp\Node\Numberright) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_opLteNumberNumber"></a>
<div class="element clickable method private method_opLteNumberNumber" data-toggle="collapse" data-target=".method_opLteNumberNumber .collapse">
<h2>Compare number1 &lt;= number2</h2>
<pre>opLteNumberNumber(\ScssPhp\ScssPhp\Node\Numberleft, \ScssPhp\ScssPhp\Node\Numberright) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_opLtNumberNumber"></a>
<div class="element clickable method private method_opLtNumberNumber" data-toggle="collapse" data-target=".method_opLtNumberNumber .collapse">
<h2>Compare number1 &lt; number2</h2>
<pre>opLtNumberNumber(\ScssPhp\ScssPhp\Node\Numberleft, \ScssPhp\ScssPhp\Node\Numberright) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_opModNumberNumber"></a>
<div class="element clickable method private method_opModNumberNumber" data-toggle="collapse" data-target=".method_opModNumberNumber .collapse">
<h2>Mod numbers</h2>
<pre>opModNumberNumber(\ScssPhp\ScssPhp\Node\Numberleft, \ScssPhp\ScssPhp\Node\Numberright) : \ScssPhp\ScssPhp\Node\Number</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
</div>
</div>
<a id="method_opMulNumberNumber"></a>
<div class="element clickable method private method_opMulNumberNumber" data-toggle="collapse" data-target=".method_opMulNumberNumber .collapse">
<h2>Multiply numbers</h2>
<pre>opMulNumberNumber(\ScssPhp\ScssPhp\Node\Numberleft, \ScssPhp\ScssPhp\Node\Numberright) : \ScssPhp\ScssPhp\Node\Number</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
</div>
</div>
<a id="method_opNeq"></a>
<div class="element clickable method private method_opNeq" data-toggle="collapse" data-target=".method_opNeq .collapse">
<h2>Compare number1 != number2</h2>
<pre>opNeq(array|\ScssPhp\ScssPhp\Node\Numberleft, array|\ScssPhp\ScssPhp\Node\Numberright) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_opNeqNumberNumber"></a>
<div class="element clickable method private method_opNeqNumberNumber" data-toggle="collapse" data-target=".method_opNeqNumberNumber .collapse">
<h2>Compare number1 != number2</h2>
<pre>opNeqNumberNumber(\ScssPhp\ScssPhp\Node\Numberleft, \ScssPhp\ScssPhp\Node\Numberright) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_opNumberColor"></a>
<div class="element clickable method private method_opNumberColor" data-toggle="collapse" data-target=".method_opNumberColor .collapse">
<h2>Compare number and color</h2>
<pre>opNumberColor(stringop, \ScssPhp\ScssPhp\Node\Numberleft, arrayright) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>op</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_opOr"></a>
<div class="element clickable method private method_opOr" data-toggle="collapse" data-target=".method_opOr .collapse">
<h2>Boolean or</h2>
<pre>opOr(array|\ScssPhp\ScssPhp\Node\Numberleft, array|\ScssPhp\ScssPhp\Node\Numberright, boolshouldEval) : array|\ScssPhp\ScssPhp\Node\Number|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>shouldEval</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number|null</code><p></p>
</div>
</div>
</div>
<a id="method_opSubNumberNumber"></a>
<div class="element clickable method private method_opSubNumberNumber" data-toggle="collapse" data-target=".method_opSubNumberNumber .collapse">
<h2>Subtract numbers</h2>
<pre>opSubNumberNumber(\ScssPhp\ScssPhp\Node\Numberleft, \ScssPhp\ScssPhp\Node\Numberright) : \ScssPhp\ScssPhp\Node\Number</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>left</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>right</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
</div>
</div>
<a id="method_parseFunctionPrototype"></a>
<div class="element clickable method private method_parseFunctionPrototype" data-toggle="collapse" data-target=".method_parseFunctionPrototype .collapse">
<h2>Parses a function prototype to the internal representation of arguments.</h2>
<pre>parseFunctionPrototype(string[]prototype) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>The input is an array of strings describing each argument, as supported
in {@see \ScssPhp\ScssPhp\registerFunction}. Argument names don't include the <code class="prettyprint">$</code>.
The output contains the list of positional argument, with their normalized
name (underscores are replaced by dashes), their original name (to be used
in case of error reporting) and their default value. The output also contains
the normalized name of the rest argument, or null if the function prototype
is not variadic.</p>
</div>
<table class="table">
<tr>
<th>
phpstan-return
</th>
<td>
<p>array{arguments: list&lt;array{0: string, 1: string, 2: array|Number|null}&gt;, rest_argument: string|null}</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>prototype</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string[]</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_parserFactory"></a>
<div class="element clickable method private method_parserFactory" data-toggle="collapse" data-target=".method_parserFactory .collapse">
<h2>Instantiate parser</h2>
<pre>parserFactory(string|nullpath) : \ScssPhp\ScssPhp\Parser</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>path</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Parser</code><p></p>
</div>
</div>
</div>
<a id="method_popCallStack"></a>
<div class="element clickable method private method_popCallStack" data-toggle="collapse" data-target=".method_popCallStack .collapse">
<h2>popCallStack</h2>
<pre>popCallStack() : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_popEnv"></a>
<div class="element clickable method private method_popEnv" data-toggle="collapse" data-target=".method_popEnv .collapse">
<h2>Pop environment</h2>
<pre>popEnv() : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_prependSelectors"></a>
<div class="element clickable method private method_prependSelectors" data-toggle="collapse" data-target=".method_prependSelectors .collapse">
<h2>Prepend each selector from $selectors with $parts</h2>
<pre>prependSelectors(arrayselectors, arrayparts) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>selectors</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>parts</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_pushCallStack"></a>
<div class="element clickable method private method_pushCallStack" data-toggle="collapse" data-target=".method_pushCallStack .collapse">
<h2>pushCallStack</h2>
<pre>pushCallStack(stringname = &#039;&#039;) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_pushEnv"></a>
<div class="element clickable method private method_pushEnv" data-toggle="collapse" data-target=".method_pushEnv .collapse">
<h2>Push environment</h2>
<pre>pushEnv(\ScssPhp\ScssPhp\Blockblock = null) : \ScssPhp\ScssPhp\Compiler\Environment</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>block</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Block</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\Environment</code><p></p>
</div>
</div>
</div>
<a id="method_pushExtends"></a>
<div class="element clickable method private method_pushExtends" data-toggle="collapse" data-target=".method_pushExtends .collapse">
<h2>Push extends</h2>
<pre>pushExtends(string[]target, arrayorigin, array|nullblock) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>target</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string[]</code><p></p>
</div>
<div class="subelement argument">
<h4>origin</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>block</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_pushOrMergeExtentedSelector"></a>
<div class="element clickable method private method_pushOrMergeExtentedSelector" data-toggle="collapse" data-target=".method_pushOrMergeExtentedSelector .collapse">
<h2>Push extended selector except if
- this is a pseudo selector
- same as previous
- in a white list
in this case we merge the pseudo selector content</h2>
<pre>pushOrMergeExtentedSelector(array&out, arrayextended) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>out</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>extended</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_reduce"></a>
<div class="element clickable method private method_reduce" data-toggle="collapse" data-target=".method_reduce .collapse">
<h2>Reduce value</h2>
<pre>reduce(array|\ScssPhp\ScssPhp\Node\Numbervalue, boolinExp = false) : array|\ScssPhp\ScssPhp\Node\Number</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
<div class="subelement argument">
<h4>inExp</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
</div>
</div>
<a id="method_registerFunction"></a>
<div class="element clickable method public method_registerFunction" data-toggle="collapse" data-target=".method_registerFunction .collapse">
<h2>Register function</h2>
<pre>registerFunction(stringname, callablecallback, string[]argumentDeclaration) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>callback</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
callable</code><p></p>
</div>
<div class="subelement argument">
<h4>argumentDeclaration</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string[]</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_registerImport"></a>
<div class="element clickable method private method_registerImport" data-toggle="collapse" data-target=".method_registerImport .collapse">
<h2>Save the imported files with their resolving path context</h2>
<pre>registerImport(string|nullcurrentDirectory, stringpath, stringfilePath) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>currentDirectory</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
<div class="subelement argument">
<h4>path</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>filePath</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_replaceSelfSelector"></a>
<div class="element clickable method private method_replaceSelfSelector" data-toggle="collapse" data-target=".method_replaceSelfSelector .collapse">
<h2>Parse down the selector and revert [self] to &quot;&amp;&quot; before a reparsing</h2>
<pre>replaceSelfSelector(arrayselectors, string|nullreplace = null) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>selectors</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>replace</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_replaceVariables"></a>
<div class="element clickable method public method_replaceVariables" data-toggle="collapse" data-target=".method_replaceVariables .collapse">
<h2>Replaces variables.</h2>
<pre>replaceVariables(array&lt;string,mixed&gt;variables) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>variables</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array<string,mixed></code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_resolveImportPath"></a>
<div class="element clickable method private method_resolveImportPath" data-toggle="collapse" data-target=".method_resolveImportPath .collapse">
<h2>resolveImportPath</h2>
<pre>resolveImportPath(stringurl, stringbaseDir) : string|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>url</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>baseDir</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
</div>
</div>
<a id="method_RGBtoHWB"></a>
<div class="element clickable method private method_RGBtoHWB" data-toggle="collapse" data-target=".method_RGBtoHWB .collapse">
<h2>Convert RGB to HWB</h2>
<pre>RGBtoHWB(intred, intgreen, intblue) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>red</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p></p>
</div>
<div class="subelement argument">
<h4>green</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p></p>
</div>
<div class="subelement argument">
<h4>blue</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_selectFunctionPrototype"></a>
<div class="element clickable method private method_selectFunctionPrototype" data-toggle="collapse" data-target=".method_selectFunctionPrototype .collapse">
<h2>Returns the function prototype for the given positional and named arguments.</h2>
<pre>selectFunctionPrototype(array[]prototypes, intpositional, array&lt;string,string&gt;names) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>If no exact match is found, finds the closest approximation. Note that this
doesn't guarantee that $positional and $names are valid for the returned
prototype.</p>
</div>
<table class="table">
<tr>
<th>
phpstan-param
</th>
<td>
<p>non-empty-list&lt;array{arguments: list&lt;array{0: string, 1: string, 2: array|Number|null}&gt;, rest_argument: string|null}&gt; $prototypes</p>
</td>
</tr>
<tr>
<th>
phpstan-return
</th>
<td>
<p>array{arguments: list&lt;array{0: string, 1: string, 2: array|Number|null}&gt;, rest_argument: string|null}</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>prototypes</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array[]</code><p></p>
</div>
<div class="subelement argument">
<h4>positional</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p></p>
</div>
<div class="subelement argument">
<h4>names</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array<string,string></code><p><p>A set of names, as both keys and values</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_selectorAppend"></a>
<div class="element clickable method private method_selectorAppend" data-toggle="collapse" data-target=".method_selectorAppend .collapse">
<h2>Append parts of the last selector in the list to the previous, recursively</h2>
<pre>selectorAppend(arrayselectors) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Exception\CompilerException</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>selectors</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_set"></a>
<div class="element clickable method private method_set" data-toggle="collapse" data-target=".method_set .collapse">
<h2>Set variable</h2>
<pre>set(stringname, mixedvalue, boolshadow = false, \ScssPhp\ScssPhp\Compiler\Environmentenv = null, mixedvalueUnreduced = null) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
<div class="subelement argument">
<h4>shadow</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
<div class="subelement argument">
<h4>env</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\Environment</code><p></p>
</div>
<div class="subelement argument">
<h4>valueUnreduced</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_setCharset"></a>
<div class="element clickable method public method_setCharset" data-toggle="collapse" data-target=".method_setCharset .collapse">
<h2>Configures the handling of non-ASCII outputs.</h2>
<pre>setCharset(boolcharset) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>If $charset is <code class="prettyprint">true</code>, this will include a <code class="prettyprint">@charset</code> declaration or a
UTF-8 <a href="https://en.wikipedia.org/wiki/Byte_order_mark#UTF-8">byte-order mark</a> if the stylesheet contains any non-ASCII
characters. Otherwise, it will never include a <code class="prettyprint">@charset</code> declaration or a
byte-order mark.</p>
</div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>charset</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_setExisting"></a>
<div class="element clickable method private method_setExisting" data-toggle="collapse" data-target=".method_setExisting .collapse">
<h2>Set existing variable</h2>
<pre>setExisting(stringname, mixedvalue, \ScssPhp\ScssPhp\Compiler\Environmentenv, mixedvalueUnreduced = null) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
<div class="subelement argument">
<h4>env</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\Environment</code><p></p>
</div>
<div class="subelement argument">
<h4>valueUnreduced</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_setImportPaths"></a>
<div class="element clickable method public method_setImportPaths" data-toggle="collapse" data-target=".method_setImportPaths .collapse">
<h2>Set import paths</h2>
<pre>setImportPaths(string|(string|callable)[]path) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>path</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|(string|callable)[]</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_setLogger"></a>
<div class="element clickable method public method_setLogger" data-toggle="collapse" data-target=".method_setLogger .collapse">
<h2>Sets an alternative logger.</h2>
<pre>setLogger(\ScssPhp\ScssPhp\Logger\LoggerInterfacelogger) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>Changing the logger in the middle of the compilation is not
supported and will result in an undefined behavior.</p>
</div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>logger</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Logger\LoggerInterface</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_setOutputStyle"></a>
<div class="element clickable method public method_setOutputStyle" data-toggle="collapse" data-target=".method_setOutputStyle .collapse">
<h2>Sets the output style.</h2>
<pre>setOutputStyle(stringstyle) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
phpstan-param
</th>
<td>
<p>OutputStyle::* $style</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>style</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>One of the OutputStyle constants</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_setRaw"></a>
<div class="element clickable method private method_setRaw" data-toggle="collapse" data-target=".method_setRaw .collapse">
<h2>Set raw variable</h2>
<pre>setRaw(stringname, mixedvalue, \ScssPhp\ScssPhp\Compiler\Environmentenv, mixedvalueUnreduced = null) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
<div class="subelement argument">
<h4>env</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Compiler\Environment</code><p></p>
</div>
<div class="subelement argument">
<h4>valueUnreduced</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_setSourceMap"></a>
<div class="element clickable method public method_setSourceMap" data-toggle="collapse" data-target=".method_setSourceMap .collapse">
<h2>Enable/disable source maps</h2>
<pre>setSourceMap(intsourceMap) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
phpstan-param
</th>
<td>
<p>self::SOURCE_MAP_* $sourceMap</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>sourceMap</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_setSourceMapOptions"></a>
<div class="element clickable method public method_setSourceMapOptions" data-toggle="collapse" data-target=".method_setSourceMapOptions .collapse">
<h2>Set source map options</h2>
<pre>setSourceMapOptions(arraysourceMapOptions) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
phpstan-param
</th>
<td>
<p>array{sourceRoot?: string, sourceMapFilename?: string|null, sourceMapURL?: string|null, sourceMapWriteTo?: string|null, outputSourceFiles?: bool, sourceMapRootpath?: string, sourceMapBasepath?: string} $sourceMapOptions</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>sourceMapOptions</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_shouldEval"></a>
<div class="element clickable method private method_shouldEval" data-toggle="collapse" data-target=".method_shouldEval .collapse">
<h2>Should $value cause its operand to eval</h2>
<pre>shouldEval(arrayvalue) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
</div>
</div>
<a id="method_sortNativeFunctionArgs"></a>
<div class="element clickable method private method_sortNativeFunctionArgs" data-toggle="collapse" data-target=".method_sortNativeFunctionArgs .collapse">
<h2>Sorts keyword arguments</h2>
<pre>sortNativeFunctionArgs(string|nullfunctionName, arrayprototypes, arrayargs) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>functionName</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
<div class="subelement argument">
<h4>prototypes</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>args</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_stringifyFncallArgs"></a>
<div class="element clickable method private method_stringifyFncallArgs" data-toggle="collapse" data-target=".method_stringifyFncallArgs .collapse">
<h2>Reformat fncall arguments to proper css function output</h2>
<pre>stringifyFncallArgs(array|\ScssPhp\ScssPhp\Node\Numberarg) : array|\ScssPhp\ScssPhp\Node\Number</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>arg</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|\ScssPhp\ScssPhp\Node\Number</code><p></p>
</div>
</div>
</div>
<a id="method_stringTransformAsciiOnly"></a>
<div class="element clickable method private method_stringTransformAsciiOnly" data-toggle="collapse" data-target=".method_stringTransformAsciiOnly .collapse">
<h2>Apply a filter on a string content, only on ascii chars
let extended chars untouched</h2>
<pre>stringTransformAsciiOnly(stringstringContent, callablefilter) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>stringContent</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>filter</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
callable</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
</div>
</div>
<a id="method_testWithWithout"></a>
<div class="element clickable method private method_testWithWithout" data-toggle="collapse" data-target=".method_testWithWithout .collapse">
<h2>Test a single type of block against with/without lists</h2>
<pre>testWithWithout(stringwhat, arraywith, arraywithout) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>what</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
<div class="subelement argument">
<h4>with</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>without</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p><p>true if the block should be kept, false to reject</p>
</p>
</div>
</div>
</div>
<a id="method_toBool"></a>
<div class="element clickable method public method_toBool" data-toggle="collapse" data-target=".method_toBool .collapse">
<h2>Cast to boolean</h2>
<pre>toBool(boolthing) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>thing</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_toHSL"></a>
<div class="element clickable method private method_toHSL" data-toggle="collapse" data-target=".method_toHSL .collapse">
<h2>Convert RGB to HSL</h2>
<pre>toHSL(intred, intgreen, intblue) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>red</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p></p>
</div>
<div class="subelement argument">
<h4>green</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p></p>
</div>
<div class="subelement argument">
<h4>blue</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_toRGB"></a>
<div class="element clickable method private method_toRGB" data-toggle="collapse" data-target=".method_toRGB .collapse">
<h2>Convert HSL to RGB</h2>
<pre>toRGB(int|floathue, int|floatsaturation, int|floatlightness) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>hue</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int|float</code><p><p>H from 0 to 360</p>
</p>
</div>
<div class="subelement argument">
<h4>saturation</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int|float</code><p><p>S from 0 to 100</p>
</p>
</div>
<div class="subelement argument">
<h4>lightness</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int|float</code><p><p>L from 0 to 100</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_tryImportPath"></a>
<div class="element clickable method private method_tryImportPath" data-toggle="collapse" data-target=".method_tryImportPath .collapse">
<h2>tryImportPath</h2>
<pre>tryImportPath(stringpath) : string[]</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>path</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string[]</code><p></p>
</div>
</div>
</div>
<a id="method_tryImportPathAsDirectory"></a>
<div class="element clickable method private method_tryImportPathAsDirectory" data-toggle="collapse" data-target=".method_tryImportPathAsDirectory .collapse">
<h2>tryImportPathAsDirectory</h2>
<pre>tryImportPathAsDirectory(stringpath) : string|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>path</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|null</code><p></p>
</div>
</div>
</div>
<a id="method_tryImportPathWithExtensions"></a>
<div class="element clickable method private method_tryImportPathWithExtensions" data-toggle="collapse" data-target=".method_tryImportPathWithExtensions .collapse">
<h2>tryImportPathWithExtensions</h2>
<pre>tryImportPathWithExtensions(stringpath) : string[]</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>path</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string[]</code><p></p>
</div>
</div>
</div>
<a id="method_tryMap"></a>
<div class="element clickable method private method_tryMap" data-toggle="collapse" data-target=".method_tryMap .collapse">
<h2>Tries to convert an item to a Sass map</h2>
<pre>tryMap(\ScssPhp\ScssPhp\Node\Number|arrayitem) : array|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>item</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Node\Number|array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array|null</code><p></p>
</div>
</div>
</div>
<a id="method_unifyCompoundSelectors"></a>
<div class="element clickable method private method_unifyCompoundSelectors" data-toggle="collapse" data-target=".method_unifyCompoundSelectors .collapse">
<h2>The selector-unify magic as its best
(at least works as expected on test cases)</h2>
<pre>unifyCompoundSelectors(arraycompound1, arraycompound2) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>compound1</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>compound2</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
</div>
</div>
<a id="method_unregisterFunction"></a>
<div class="element clickable method public method_unregisterFunction" data-toggle="collapse" data-target=".method_unregisterFunction .collapse">
<h2>Unregister function</h2>
<pre>unregisterFunction(stringname) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_unsetVariable"></a>
<div class="element clickable method public method_unsetVariable" data-toggle="collapse" data-target=".method_unsetVariable .collapse">
<h2>Unset variable</h2>
<pre>unsetVariable(stringname) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<a id="method_verifyPrototype"></a>
<div class="element clickable method private method_verifyPrototype" data-toggle="collapse" data-target=".method_verifyPrototype .collapse">
<h2>Verifies that the argument invocation is valid for the callable prototype.</h2>
<pre>verifyPrototype(arrayprototype, intpositional, array&lt;string,string&gt;names, boolhasSplat) : void</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
phpstan-param
</th>
<td>
<p>array{arguments: list&lt;array{0: string, 1: string, 2: array|Number|null}&gt;, rest_argument: string|null} $prototype</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\ScssPhp\ScssPhp\Exception\SassScriptException</dt>
<dd></dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>prototype</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p></p>
</div>
<div class="subelement argument">
<h4>positional</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p></p>
</div>
<div class="subelement argument">
<h4>names</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array<string,string></code><p></p>
</div>
<div class="subelement argument">
<h4>hasSplat</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
</div>
</div>
</div>
<h3><i class="icon-custom icon-constant"></i> Constants</h3>
<a id="constant_SOURCE_MAP_NONE"> </a>
<div class="element clickable constant constant_SOURCE_MAP_NONE" data-toggle="collapse" data-target=".constant_SOURCE_MAP_NONE .collapse">
<h2>SOURCE_MAP_NONE</h2>
<pre>SOURCE_MAP_NONE</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SOURCE_MAP_INLINE"> </a>
<div class="element clickable constant constant_SOURCE_MAP_INLINE" data-toggle="collapse" data-target=".constant_SOURCE_MAP_INLINE .collapse">
<h2>SOURCE_MAP_INLINE</h2>
<pre>SOURCE_MAP_INLINE</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SOURCE_MAP_FILE"> </a>
<div class="element clickable constant constant_SOURCE_MAP_FILE" data-toggle="collapse" data-target=".constant_SOURCE_MAP_FILE .collapse">
<h2>SOURCE_MAP_FILE</h2>
<pre>SOURCE_MAP_FILE</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<h3><i class="icon-custom icon-property"></i> Properties</h3>
<a id="property_operatorNames"> </a>
<div class="element clickable property private property_operatorNames" data-toggle="collapse" data-target=".property_operatorNames .collapse">
<h2></h2>
<pre>operatorNames : array&lt;string,string&gt;</pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>array&lt;string, string&gt;</code>
</div>
</div>
</div>
<a id="property_namespaces"> </a>
<div class="element clickable property private property_namespaces" data-toggle="collapse" data-target=".property_namespaces .collapse">
<h2></h2>
<pre>namespaces : array&lt;string,string&gt;</pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>array&lt;string, string&gt;</code>
</div>
</div>
</div>
<a id="property_true"> </a>
<div class="element clickable property public property_true" data-toggle="collapse" data-target=".property_true .collapse">
<h2>true</h2>
<pre>true : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_false"> </a>
<div class="element clickable property public property_false" data-toggle="collapse" data-target=".property_false .collapse">
<h2>false</h2>
<pre>false : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_null"> </a>
<div class="element clickable property public property_null" data-toggle="collapse" data-target=".property_null .collapse">
<h2>null</h2>
<pre>null : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_nullString"> </a>
<div class="element clickable property public property_nullString" data-toggle="collapse" data-target=".property_nullString .collapse">
<h2>nullString</h2>
<pre>nullString : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_defaultValue"> </a>
<div class="element clickable property public property_defaultValue" data-toggle="collapse" data-target=".property_defaultValue .collapse">
<h2>defaultValue</h2>
<pre>defaultValue : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_selfSelector"> </a>
<div class="element clickable property public property_selfSelector" data-toggle="collapse" data-target=".property_selfSelector .collapse">
<h2>selfSelector</h2>
<pre>selfSelector : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_emptyList"> </a>
<div class="element clickable property public property_emptyList" data-toggle="collapse" data-target=".property_emptyList .collapse">
<h2>emptyList</h2>
<pre>emptyList : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_emptyMap"> </a>
<div class="element clickable property public property_emptyMap" data-toggle="collapse" data-target=".property_emptyMap .collapse">
<h2>emptyMap</h2>
<pre>emptyMap : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_emptyString"> </a>
<div class="element clickable property public property_emptyString" data-toggle="collapse" data-target=".property_emptyString .collapse">
<h2>emptyString</h2>
<pre>emptyString : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_with"> </a>
<div class="element clickable property public property_with" data-toggle="collapse" data-target=".property_with .collapse">
<h2>with</h2>
<pre>with : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_without"> </a>
<div class="element clickable property public property_without" data-toggle="collapse" data-target=".property_without .collapse">
<h2>without</h2>
<pre>without : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_emptyArgumentList"> </a>
<div class="element clickable property private property_emptyArgumentList" data-toggle="collapse" data-target=".property_emptyArgumentList .collapse">
<h2>emptyArgumentList</h2>
<pre>emptyArgumentList : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_importPaths"> </a>
<div class="element clickable property private property_importPaths" data-toggle="collapse" data-target=".property_importPaths .collapse">
<h2></h2>
<pre>importPaths : array&lt;int,string|callable&gt;</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>array&lt;int, string|callable&gt;</code>
</div>
</div>
</div>
<a id="property_importCache"> </a>
<div class="element clickable property private property_importCache" data-toggle="collapse" data-target=".property_importCache .collapse">
<h2></h2>
<pre>importCache : array&lt;string,\ScssPhp\ScssPhp\Block&gt;</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>array&lt;string, <abbr title="\ScssPhp\ScssPhp\Block">Block</abbr>&gt;</code>
</div>
</div>
</div>
<a id="property_userFunctions"> </a>
<div class="element clickable property private property_userFunctions" data-toggle="collapse" data-target=".property_userFunctions .collapse">
<h2></h2>
<pre>userFunctions : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
phpstan-var
</th>
<td>
<p>array&lt;string, array{0: callable, 1: string[]|null}&gt;</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>array&lt;string|int, mixed&gt;</code>
</div>
</div>
</div>
<a id="property_registeredVars"> </a>
<div class="element clickable property private property_registeredVars" data-toggle="collapse" data-target=".property_registeredVars .collapse">
<h2></h2>
<pre>registeredVars : array&lt;string,mixed&gt;</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>array&lt;string, mixed&gt;</code>
</div>
</div>
</div>
<a id="property_registeredFeatures"> </a>
<div class="element clickable property private property_registeredFeatures" data-toggle="collapse" data-target=".property_registeredFeatures .collapse">
<h2></h2>
<pre>registeredFeatures : array&lt;string,bool&gt;</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>array&lt;string, bool&gt;</code>
</div>
</div>
</div>
<a id="property_sourceMap"> </a>
<div class="element clickable property private property_sourceMap" data-toggle="collapse" data-target=".property_sourceMap .collapse">
<h2></h2>
<pre>sourceMap : int</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
phpstan-var
</th>
<td>
<p>self::SOURCE_MAP_*</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>int</code>
</div>
</div>
</div>
<a id="property_sourceMapOptions"> </a>
<div class="element clickable property private property_sourceMapOptions" data-toggle="collapse" data-target=".property_sourceMapOptions .collapse">
<h2></h2>
<pre>sourceMapOptions : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
phpstan-var
</th>
<td>
<p>array{sourceRoot?: string, sourceMapFilename?: string|null, sourceMapURL?: string|null, sourceMapWriteTo?: string|null, outputSourceFiles?: bool, sourceMapRootpath?: string, sourceMapBasepath?: string}</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>array&lt;string|int, mixed&gt;</code>
</div>
</div>
</div>
<a id="property_charset"> </a>
<div class="element clickable property private property_charset" data-toggle="collapse" data-target=".property_charset .collapse">
<h2></h2>
<pre>charset : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>bool</code>
</div>
</div>
</div>
<a id="property_outputStyle"> </a>
<div class="element clickable property private property_outputStyle" data-toggle="collapse" data-target=".property_outputStyle .collapse">
<h2></h2>
<pre>outputStyle : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
phpstan-var
</th>
<td>
<p>OutputStyle::*</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>string</code>
</div>
</div>
</div>
<a id="property_formatter"> </a>
<div class="element clickable property private property_formatter" data-toggle="collapse" data-target=".property_formatter .collapse">
<h2></h2>
<pre>formatter : \ScssPhp\ScssPhp\Formatter</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code><abbr title="\ScssPhp\ScssPhp\Formatter">Formatter</abbr></code>
</div>
</div>
</div>
<a id="property_rootEnv"> </a>
<div class="element clickable property private property_rootEnv" data-toggle="collapse" data-target=".property_rootEnv .collapse">
<h2></h2>
<pre>rootEnv : \ScssPhp\ScssPhp\Compiler\Environment</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code><abbr title="\ScssPhp\ScssPhp\Compiler\Environment">Environment</abbr></code>
</div>
</div>
</div>
<a id="property_rootBlock"> </a>
<div class="element clickable property private property_rootBlock" data-toggle="collapse" data-target=".property_rootBlock .collapse">
<h2></h2>
<pre>rootBlock : \ScssPhp\ScssPhp\Formatter\OutputBlock|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code><abbr title="\ScssPhp\ScssPhp\Formatter\OutputBlock">OutputBlock</abbr>|null</code>
</div>
</div>
</div>
<a id="property_env"> </a>
<div class="element clickable property private property_env" data-toggle="collapse" data-target=".property_env .collapse">
<h2></h2>
<pre>env : \ScssPhp\ScssPhp\Compiler\Environment</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code><abbr title="\ScssPhp\ScssPhp\Compiler\Environment">Environment</abbr></code>
</div>
</div>
</div>
<a id="property_scope"> </a>
<div class="element clickable property private property_scope" data-toggle="collapse" data-target=".property_scope .collapse">
<h2></h2>
<pre>scope : \ScssPhp\ScssPhp\Formatter\OutputBlock|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code><abbr title="\ScssPhp\ScssPhp\Formatter\OutputBlock">OutputBlock</abbr>|null</code>
</div>
</div>
</div>
<a id="property_storeEnv"> </a>
<div class="element clickable property private property_storeEnv" data-toggle="collapse" data-target=".property_storeEnv .collapse">
<h2></h2>
<pre>storeEnv : \ScssPhp\ScssPhp\Compiler\Environment|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code><abbr title="\ScssPhp\ScssPhp\Compiler\Environment">Environment</abbr>|null</code>
</div>
</div>
</div>
<a id="property_sourceNames"> </a>
<div class="element clickable property private property_sourceNames" data-toggle="collapse" data-target=".property_sourceNames .collapse">
<h2></h2>
<pre>sourceNames : array&lt;int,string|null&gt;</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>array&lt;int, string|null&gt;</code>
</div>
</div>
</div>
<a id="property_cache"> </a>
<div class="element clickable property private property_cache" data-toggle="collapse" data-target=".property_cache .collapse">
<h2></h2>
<pre>cache : \ScssPhp\ScssPhp\Cache|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code><abbr title="\ScssPhp\ScssPhp\Cache">Cache</abbr>|null</code>
</div>
</div>
</div>
<a id="property_cacheCheckImportResolutions"> </a>
<div class="element clickable property private property_cacheCheckImportResolutions" data-toggle="collapse" data-target=".property_cacheCheckImportResolutions .collapse">
<h2></h2>
<pre>cacheCheckImportResolutions : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>bool</code>
</div>
</div>
</div>
<a id="property_indentLevel"> </a>
<div class="element clickable property private property_indentLevel" data-toggle="collapse" data-target=".property_indentLevel .collapse">
<h2></h2>
<pre>indentLevel : int</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>int</code>
</div>
</div>
</div>
<a id="property_extends"> </a>
<div class="element clickable property private property_extends" data-toggle="collapse" data-target=".property_extends .collapse">
<h2></h2>
<pre>extends : array[]</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>array&lt;string|int, array&lt;string|int, mixed&gt;&gt;</code>
</div>
</div>
</div>
<a id="property_extendsMap"> </a>
<div class="element clickable property private property_extendsMap" data-toggle="collapse" data-target=".property_extendsMap .collapse">
<h2></h2>
<pre>extendsMap : array&lt;string,int[]&gt;</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>array&lt;string, array&lt;string|int, int&gt;&gt;</code>
</div>
</div>
</div>
<a id="property_parsedFiles"> </a>
<div class="element clickable property private property_parsedFiles" data-toggle="collapse" data-target=".property_parsedFiles .collapse">
<h2></h2>
<pre>parsedFiles : array&lt;string,int&gt;</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>array&lt;string, int&gt;</code>
</div>
</div>
</div>
<a id="property_parser"> </a>
<div class="element clickable property private property_parser" data-toggle="collapse" data-target=".property_parser .collapse">
<h2></h2>
<pre>parser : \ScssPhp\ScssPhp\Parser|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code><abbr title="\ScssPhp\ScssPhp\Parser">Parser</abbr>|null</code>
</div>
</div>
</div>
<a id="property_sourceIndex"> </a>
<div class="element clickable property private property_sourceIndex" data-toggle="collapse" data-target=".property_sourceIndex .collapse">
<h2></h2>
<pre>sourceIndex : int|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>int|null</code>
</div>
</div>
</div>
<a id="property_sourceLine"> </a>
<div class="element clickable property private property_sourceLine" data-toggle="collapse" data-target=".property_sourceLine .collapse">
<h2></h2>
<pre>sourceLine : int|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>int|null</code>
</div>
</div>
</div>
<a id="property_sourceColumn"> </a>
<div class="element clickable property private property_sourceColumn" data-toggle="collapse" data-target=".property_sourceColumn .collapse">
<h2></h2>
<pre>sourceColumn : int|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>int|null</code>
</div>
</div>
</div>
<a id="property_shouldEvaluate"> </a>
<div class="element clickable property private property_shouldEvaluate" data-toggle="collapse" data-target=".property_shouldEvaluate .collapse">
<h2></h2>
<pre>shouldEvaluate : bool|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>bool|null</code>
</div>
</div>
</div>
<a id="property_callStack"> </a>
<div class="element clickable property private property_callStack" data-toggle="collapse" data-target=".property_callStack .collapse">
<h2></h2>
<pre>callStack : array[]</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>array&lt;string|int, array&lt;string|int, mixed&gt;&gt;</code>
</div>
</div>
</div>
<a id="property_resolvedImports"> </a>
<div class="element clickable property private property_resolvedImports" data-toggle="collapse" data-target=".property_resolvedImports .collapse">
<h2></h2>
<pre>resolvedImports : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
phpstan-var
</th>
<td>
<p>list&lt;array{currentDir: string|null, path: string, filePath: string}&gt;</p>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>array&lt;string|int, mixed&gt;</code>
</div>
</div>
</div>
<a id="property_currentDirectory"> </a>
<div class="element clickable property private property_currentDirectory" data-toggle="collapse" data-target=".property_currentDirectory .collapse">
<h2>The directory of the currently processed file</h2>
<pre>currentDirectory : string|null</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>string|null</code>
</div>
</div>
</div>
<a id="property_rootDirectory"> </a>
<div class="element clickable property private property_rootDirectory" data-toggle="collapse" data-target=".property_rootDirectory .collapse">
<h2>The directory of the input file</h2>
<pre>rootDirectory : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code>string</code>
</div>
</div>
</div>
<a id="property_logger"> </a>
<div class="element clickable property private property_logger" data-toggle="collapse" data-target=".property_logger .collapse">
<h2></h2>
<pre>logger : \ScssPhp\ScssPhp\Logger\LoggerInterface</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
var
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Type(s)</h3>
<code><a href="classes/ScssPhp-ScssPhp-Logger-LoggerInterface.html"><abbr title="\ScssPhp\ScssPhp\Logger\LoggerInterface">LoggerInterface</abbr></a></code>
</div>
</div>
</div>
<a id="property_libCall"> </a>
<div class="element clickable property private property_libCall" data-toggle="collapse" data-target=".property_libCall .collapse">
<h2>libCall</h2>
<pre>libCall : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libGetFunction"> </a>
<div class="element clickable property private property_libGetFunction" data-toggle="collapse" data-target=".property_libGetFunction .collapse">
<h2>libGetFunction</h2>
<pre>libGetFunction : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libIf"> </a>
<div class="element clickable property private property_libIf" data-toggle="collapse" data-target=".property_libIf .collapse">
<h2>libIf</h2>
<pre>libIf : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libIndex"> </a>
<div class="element clickable property private property_libIndex" data-toggle="collapse" data-target=".property_libIndex .collapse">
<h2>libIndex</h2>
<pre>libIndex : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libRgb"> </a>
<div class="element clickable property private property_libRgb" data-toggle="collapse" data-target=".property_libRgb .collapse">
<h2>libRgb</h2>
<pre>libRgb : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libRgba"> </a>
<div class="element clickable property private property_libRgba" data-toggle="collapse" data-target=".property_libRgba .collapse">
<h2>libRgba</h2>
<pre>libRgba : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libAdjustColor"> </a>
<div class="element clickable property private property_libAdjustColor" data-toggle="collapse" data-target=".property_libAdjustColor .collapse">
<h2>libAdjustColor</h2>
<pre>libAdjustColor : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libChangeColor"> </a>
<div class="element clickable property private property_libChangeColor" data-toggle="collapse" data-target=".property_libChangeColor .collapse">
<h2>libChangeColor</h2>
<pre>libChangeColor : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libScaleColor"> </a>
<div class="element clickable property private property_libScaleColor" data-toggle="collapse" data-target=".property_libScaleColor .collapse">
<h2>libScaleColor</h2>
<pre>libScaleColor : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libIeHexStr"> </a>
<div class="element clickable property private property_libIeHexStr" data-toggle="collapse" data-target=".property_libIeHexStr .collapse">
<h2>libIeHexStr</h2>
<pre>libIeHexStr : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libRed"> </a>
<div class="element clickable property private property_libRed" data-toggle="collapse" data-target=".property_libRed .collapse">
<h2>libRed</h2>
<pre>libRed : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libGreen"> </a>
<div class="element clickable property private property_libGreen" data-toggle="collapse" data-target=".property_libGreen .collapse">
<h2>libGreen</h2>
<pre>libGreen : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libBlue"> </a>
<div class="element clickable property private property_libBlue" data-toggle="collapse" data-target=".property_libBlue .collapse">
<h2>libBlue</h2>
<pre>libBlue : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libAlpha"> </a>
<div class="element clickable property private property_libAlpha" data-toggle="collapse" data-target=".property_libAlpha .collapse">
<h2>libAlpha</h2>
<pre>libAlpha : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libOpacity"> </a>
<div class="element clickable property private property_libOpacity" data-toggle="collapse" data-target=".property_libOpacity .collapse">
<h2>libOpacity</h2>
<pre>libOpacity : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libMix"> </a>
<div class="element clickable property private property_libMix" data-toggle="collapse" data-target=".property_libMix .collapse">
<h2>libMix</h2>
<pre>libMix : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libHsl"> </a>
<div class="element clickable property private property_libHsl" data-toggle="collapse" data-target=".property_libHsl .collapse">
<h2>libHsl</h2>
<pre>libHsl : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libHsla"> </a>
<div class="element clickable property private property_libHsla" data-toggle="collapse" data-target=".property_libHsla .collapse">
<h2>libHsla</h2>
<pre>libHsla : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libHue"> </a>
<div class="element clickable property private property_libHue" data-toggle="collapse" data-target=".property_libHue .collapse">
<h2>libHue</h2>
<pre>libHue : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libSaturation"> </a>
<div class="element clickable property private property_libSaturation" data-toggle="collapse" data-target=".property_libSaturation .collapse">
<h2>libSaturation</h2>
<pre>libSaturation : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libLightness"> </a>
<div class="element clickable property private property_libLightness" data-toggle="collapse" data-target=".property_libLightness .collapse">
<h2>libLightness</h2>
<pre>libLightness : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libAdjustHue"> </a>
<div class="element clickable property private property_libAdjustHue" data-toggle="collapse" data-target=".property_libAdjustHue .collapse">
<h2>libAdjustHue</h2>
<pre>libAdjustHue : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libLighten"> </a>
<div class="element clickable property private property_libLighten" data-toggle="collapse" data-target=".property_libLighten .collapse">
<h2>libLighten</h2>
<pre>libLighten : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libDarken"> </a>
<div class="element clickable property private property_libDarken" data-toggle="collapse" data-target=".property_libDarken .collapse">
<h2>libDarken</h2>
<pre>libDarken : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libSaturate"> </a>
<div class="element clickable property private property_libSaturate" data-toggle="collapse" data-target=".property_libSaturate .collapse">
<h2>libSaturate</h2>
<pre>libSaturate : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libDesaturate"> </a>
<div class="element clickable property private property_libDesaturate" data-toggle="collapse" data-target=".property_libDesaturate .collapse">
<h2>libDesaturate</h2>
<pre>libDesaturate : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libGrayscale"> </a>
<div class="element clickable property private property_libGrayscale" data-toggle="collapse" data-target=".property_libGrayscale .collapse">
<h2>libGrayscale</h2>
<pre>libGrayscale : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libComplement"> </a>
<div class="element clickable property private property_libComplement" data-toggle="collapse" data-target=".property_libComplement .collapse">
<h2>libComplement</h2>
<pre>libComplement : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libInvert"> </a>
<div class="element clickable property private property_libInvert" data-toggle="collapse" data-target=".property_libInvert .collapse">
<h2>libInvert</h2>
<pre>libInvert : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libOpacify"> </a>
<div class="element clickable property private property_libOpacify" data-toggle="collapse" data-target=".property_libOpacify .collapse">
<h2>libOpacify</h2>
<pre>libOpacify : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libFadeIn"> </a>
<div class="element clickable property private property_libFadeIn" data-toggle="collapse" data-target=".property_libFadeIn .collapse">
<h2>libFadeIn</h2>
<pre>libFadeIn : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libTransparentize"> </a>
<div class="element clickable property private property_libTransparentize" data-toggle="collapse" data-target=".property_libTransparentize .collapse">
<h2>libTransparentize</h2>
<pre>libTransparentize : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libFadeOut"> </a>
<div class="element clickable property private property_libFadeOut" data-toggle="collapse" data-target=".property_libFadeOut .collapse">
<h2>libFadeOut</h2>
<pre>libFadeOut : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libUnquote"> </a>
<div class="element clickable property private property_libUnquote" data-toggle="collapse" data-target=".property_libUnquote .collapse">
<h2>libUnquote</h2>
<pre>libUnquote : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libQuote"> </a>
<div class="element clickable property private property_libQuote" data-toggle="collapse" data-target=".property_libQuote .collapse">
<h2>libQuote</h2>
<pre>libQuote : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libPercentage"> </a>
<div class="element clickable property private property_libPercentage" data-toggle="collapse" data-target=".property_libPercentage .collapse">
<h2>libPercentage</h2>
<pre>libPercentage : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libRound"> </a>
<div class="element clickable property private property_libRound" data-toggle="collapse" data-target=".property_libRound .collapse">
<h2>libRound</h2>
<pre>libRound : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libFloor"> </a>
<div class="element clickable property private property_libFloor" data-toggle="collapse" data-target=".property_libFloor .collapse">
<h2>libFloor</h2>
<pre>libFloor : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libCeil"> </a>
<div class="element clickable property private property_libCeil" data-toggle="collapse" data-target=".property_libCeil .collapse">
<h2>libCeil</h2>
<pre>libCeil : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libAbs"> </a>
<div class="element clickable property private property_libAbs" data-toggle="collapse" data-target=".property_libAbs .collapse">
<h2>libAbs</h2>
<pre>libAbs : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libMin"> </a>
<div class="element clickable property private property_libMin" data-toggle="collapse" data-target=".property_libMin .collapse">
<h2>libMin</h2>
<pre>libMin : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libMax"> </a>
<div class="element clickable property private property_libMax" data-toggle="collapse" data-target=".property_libMax .collapse">
<h2>libMax</h2>
<pre>libMax : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libLength"> </a>
<div class="element clickable property private property_libLength" data-toggle="collapse" data-target=".property_libLength .collapse">
<h2>libLength</h2>
<pre>libLength : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libListSeparator"> </a>
<div class="element clickable property private property_libListSeparator" data-toggle="collapse" data-target=".property_libListSeparator .collapse">
<h2>libListSeparator</h2>
<pre>libListSeparator : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libNth"> </a>
<div class="element clickable property private property_libNth" data-toggle="collapse" data-target=".property_libNth .collapse">
<h2>libNth</h2>
<pre>libNth : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libSetNth"> </a>
<div class="element clickable property private property_libSetNth" data-toggle="collapse" data-target=".property_libSetNth .collapse">
<h2>libSetNth</h2>
<pre>libSetNth : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libMapGet"> </a>
<div class="element clickable property private property_libMapGet" data-toggle="collapse" data-target=".property_libMapGet .collapse">
<h2>libMapGet</h2>
<pre>libMapGet : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libMapKeys"> </a>
<div class="element clickable property private property_libMapKeys" data-toggle="collapse" data-target=".property_libMapKeys .collapse">
<h2>libMapKeys</h2>
<pre>libMapKeys : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libMapValues"> </a>
<div class="element clickable property private property_libMapValues" data-toggle="collapse" data-target=".property_libMapValues .collapse">
<h2>libMapValues</h2>
<pre>libMapValues : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libMapRemove"> </a>
<div class="element clickable property private property_libMapRemove" data-toggle="collapse" data-target=".property_libMapRemove .collapse">
<h2>libMapRemove</h2>
<pre>libMapRemove : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libMapHasKey"> </a>
<div class="element clickable property private property_libMapHasKey" data-toggle="collapse" data-target=".property_libMapHasKey .collapse">
<h2>libMapHasKey</h2>
<pre>libMapHasKey : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libMapMerge"> </a>
<div class="element clickable property private property_libMapMerge" data-toggle="collapse" data-target=".property_libMapMerge .collapse">
<h2>libMapMerge</h2>
<pre>libMapMerge : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libKeywords"> </a>
<div class="element clickable property private property_libKeywords" data-toggle="collapse" data-target=".property_libKeywords .collapse">
<h2>libKeywords</h2>
<pre>libKeywords : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libIsBracketed"> </a>
<div class="element clickable property private property_libIsBracketed" data-toggle="collapse" data-target=".property_libIsBracketed .collapse">
<h2>libIsBracketed</h2>
<pre>libIsBracketed : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libJoin"> </a>
<div class="element clickable property private property_libJoin" data-toggle="collapse" data-target=".property_libJoin .collapse">
<h2>libJoin</h2>
<pre>libJoin : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libAppend"> </a>
<div class="element clickable property private property_libAppend" data-toggle="collapse" data-target=".property_libAppend .collapse">
<h2>libAppend</h2>
<pre>libAppend : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libZip"> </a>
<div class="element clickable property private property_libZip" data-toggle="collapse" data-target=".property_libZip .collapse">
<h2>libZip</h2>
<pre>libZip : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libTypeOf"> </a>
<div class="element clickable property private property_libTypeOf" data-toggle="collapse" data-target=".property_libTypeOf .collapse">
<h2>libTypeOf</h2>
<pre>libTypeOf : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libUnit"> </a>
<div class="element clickable property private property_libUnit" data-toggle="collapse" data-target=".property_libUnit .collapse">
<h2>libUnit</h2>
<pre>libUnit : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libUnitless"> </a>
<div class="element clickable property private property_libUnitless" data-toggle="collapse" data-target=".property_libUnitless .collapse">
<h2>libUnitless</h2>
<pre>libUnitless : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libComparable"> </a>
<div class="element clickable property private property_libComparable" data-toggle="collapse" data-target=".property_libComparable .collapse">
<h2>libComparable</h2>
<pre>libComparable : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libStrIndex"> </a>
<div class="element clickable property private property_libStrIndex" data-toggle="collapse" data-target=".property_libStrIndex .collapse">
<h2>libStrIndex</h2>
<pre>libStrIndex : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libStrInsert"> </a>
<div class="element clickable property private property_libStrInsert" data-toggle="collapse" data-target=".property_libStrInsert .collapse">
<h2>libStrInsert</h2>
<pre>libStrInsert : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libStrLength"> </a>
<div class="element clickable property private property_libStrLength" data-toggle="collapse" data-target=".property_libStrLength .collapse">
<h2>libStrLength</h2>
<pre>libStrLength : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libStrSlice"> </a>
<div class="element clickable property private property_libStrSlice" data-toggle="collapse" data-target=".property_libStrSlice .collapse">
<h2>libStrSlice</h2>
<pre>libStrSlice : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libToLowerCase"> </a>
<div class="element clickable property private property_libToLowerCase" data-toggle="collapse" data-target=".property_libToLowerCase .collapse">
<h2>libToLowerCase</h2>
<pre>libToLowerCase : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libToUpperCase"> </a>
<div class="element clickable property private property_libToUpperCase" data-toggle="collapse" data-target=".property_libToUpperCase .collapse">
<h2>libToUpperCase</h2>
<pre>libToUpperCase : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libFeatureExists"> </a>
<div class="element clickable property private property_libFeatureExists" data-toggle="collapse" data-target=".property_libFeatureExists .collapse">
<h2>libFeatureExists</h2>
<pre>libFeatureExists : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libFunctionExists"> </a>
<div class="element clickable property private property_libFunctionExists" data-toggle="collapse" data-target=".property_libFunctionExists .collapse">
<h2>libFunctionExists</h2>
<pre>libFunctionExists : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libGlobalVariableExists"> </a>
<div class="element clickable property private property_libGlobalVariableExists" data-toggle="collapse" data-target=".property_libGlobalVariableExists .collapse">
<h2>libGlobalVariableExists</h2>
<pre>libGlobalVariableExists : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libMixinExists"> </a>
<div class="element clickable property private property_libMixinExists" data-toggle="collapse" data-target=".property_libMixinExists .collapse">
<h2>libMixinExists</h2>
<pre>libMixinExists : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libVariableExists"> </a>
<div class="element clickable property private property_libVariableExists" data-toggle="collapse" data-target=".property_libVariableExists .collapse">
<h2>libVariableExists</h2>
<pre>libVariableExists : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libRandom"> </a>
<div class="element clickable property private property_libRandom" data-toggle="collapse" data-target=".property_libRandom .collapse">
<h2>libRandom</h2>
<pre>libRandom : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libUniqueId"> </a>
<div class="element clickable property private property_libUniqueId" data-toggle="collapse" data-target=".property_libUniqueId .collapse">
<h2>libUniqueId</h2>
<pre>libUniqueId : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libInspect"> </a>
<div class="element clickable property private property_libInspect" data-toggle="collapse" data-target=".property_libInspect .collapse">
<h2>libInspect</h2>
<pre>libInspect : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libIsSuperselector"> </a>
<div class="element clickable property private property_libIsSuperselector" data-toggle="collapse" data-target=".property_libIsSuperselector .collapse">
<h2>libIsSuperselector</h2>
<pre>libIsSuperselector : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libSelectorAppend"> </a>
<div class="element clickable property private property_libSelectorAppend" data-toggle="collapse" data-target=".property_libSelectorAppend .collapse">
<h2>libSelectorAppend</h2>
<pre>libSelectorAppend : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libSelectorExtend"> </a>
<div class="element clickable property private property_libSelectorExtend" data-toggle="collapse" data-target=".property_libSelectorExtend .collapse">
<h2>libSelectorExtend</h2>
<pre>libSelectorExtend : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libSelectorReplace"> </a>
<div class="element clickable property private property_libSelectorReplace" data-toggle="collapse" data-target=".property_libSelectorReplace .collapse">
<h2>libSelectorReplace</h2>
<pre>libSelectorReplace : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libSelectorNest"> </a>
<div class="element clickable property private property_libSelectorNest" data-toggle="collapse" data-target=".property_libSelectorNest .collapse">
<h2>libSelectorNest</h2>
<pre>libSelectorNest : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libSelectorParse"> </a>
<div class="element clickable property private property_libSelectorParse" data-toggle="collapse" data-target=".property_libSelectorParse .collapse">
<h2>libSelectorParse</h2>
<pre>libSelectorParse : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libSelectorUnify"> </a>
<div class="element clickable property private property_libSelectorUnify" data-toggle="collapse" data-target=".property_libSelectorUnify .collapse">
<h2>libSelectorUnify</h2>
<pre>libSelectorUnify : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_libSimpleSelectors"> </a>
<div class="element clickable property private property_libSimpleSelectors" data-toggle="collapse" data-target=".property_libSimpleSelectors .collapse">
<h2>libSimpleSelectors</h2>
<pre>libSimpleSelectors : </pre>
<div class="labels">
<span class="label">static</span> </div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<a id="\ScssPhp\ScssPhp\Compiler"></a>
<ul class="breadcrumb">
<li><a href="index.html"><i class="icon-custom icon-class"></i></a></li>
<li><span class="divider">\</span><a href="\ScssPhp\ScssPhp">ScssPhp</a></li>
<li class="active"><span class="divider">\</span><a href="\ScssPhp\ScssPhp\Compiler">Compiler</a></li>
</ul>
</div>
</div>
</div>
<footer class="span12">
Template is built using <a href="https://getbootstrap.com/">Twitter Bootstrap 2</a> and icons provided by
<a href="https://glyphicons.com/">Glyphicons</a>.<br/>
Documentation is powered by <a href="https://www.phpdoc.org/">phpDocumentor </a> and<br/>
generated on Thu, 21 Nov 2024 01:33:24 +0000.<br/>
</footer>
</body>
</html>