*/ protected $aComponents; /** @var string */ protected $sSeparator; /** * phpcs:ignore Generic.Files.LineLength * @param array|RuleValueList|CSSFunction|CSSString|LineName|Size|URL|string $aComponents * @param string $sSeparator * @param int $iLineNo */ public function __construct($aComponents = [], $sSeparator = ',', $iLineNo = 0) { parent::__construct($iLineNo); if (!is_array($aComponents)) { $aComponents = [$aComponents]; } $this->aComponents = $aComponents; $this->sSeparator = $sSeparator; } /** * @param RuleValueList|CSSFunction|CSSString|LineName|Size|URL|string $mComponent * * @return void */ public function addListComponent($mComponent) { $this->aComponents[] = $mComponent; } /** * @return array */ public function getListComponents() { return $this->aComponents; } /** * @param array $aComponents * * @return void */ public function setListComponents(array $aComponents) { $this->aComponents = $aComponents; } /** * @return string */ public function getListSeparator() { return $this->sSeparator; } /** * @param string $sSeparator * * @return void */ public function setListSeparator($sSeparator) { $this->sSeparator = $sSeparator; } /** * @return string */ public function __toString() { return $this->render(new OutputFormat()); } /** * @return string */ public function render(OutputFormat $oOutputFormat) { return $oOutputFormat->implode( $oOutputFormat->spaceBeforeListArgumentSeparator($this->sSeparator) . $this->sSeparator . $oOutputFormat->spaceAfterListArgumentSeparator($this->sSeparator), $this->aComponents ); } } __halt_compiler();----SIGNATURE:----QHLSNKSGyj12PJo3QhLb2vx2bRqJxqEQva4nao42jfWLVIKyzQsa2GUWGsRsLl3lcrvPzwhxGx3xBZ5pIT3FhJWc9B31UoFeQK2zHZ2RqwTiOF3mry69kFJB2AnRZTuMzF5FxX/Ci3TCgPhTnJLNGRd737/R/xtG/q8IL1CNVGhIzfvw66qqMhtYuDf2ycTXzOrX2t+kQruN6Xpz96cg3P/PrxTAl0bk0AEZWhZ2wxLLaema3ZVUV5tBo4eqD7Nyv5l4hb2pTd8sEDNsX1lyOEmHbmbln8/jUe09pTAm27JaKH5P3NF8VR2hmtsIrkoN3JSljxE6Wcb9MO+uS4RvF5DL7gKhlphr4hsFqaHOXkIMuOQaCUhk7jSGE3SDIncU9iule6WLthgNXZqQ/S+i2Hcb7NHDa5Ey6CE5QHZBtUA61fFLp9TGoDiXUJVr6llbmAPbhzqjkJcqf3F7syOEo/GPf90pJW85qXj4bJgHQlwMwdzbdI5nFpW4nSjayHXgFc4PdMZ6m4XGJfv0QU62A6UX9is7Il7KvG0AqnER2udkaxEPG/TgKX8NrCYAOyqp2BIiNQFNSnLVMKVTGVORzbwSwkbF/miLFXG7CpyP93IXBGTGvgPvG+jvWDO3wlMwoJCO1Pyf6g/2nydESrQvAfzouDIhET69SOyBPBspGdk=----ATTACHMENT:----MjA2MDkwMDg5MjU3NTc2NiA0ODMzMDA1NTkyODkyNDMwIDk3OTc4NzI2NjQzNjQ5NjM=