Вход Регистрация
Файл: concrete5.7.5.6/concrete/src/StyleCustomizer/Style/Value/BasicValue.php
Строк: 18
<?php
namespace ConcreteCoreStyleCustomizerStyleValue;
class 
BasicValue extends Value {

    protected 
$value;

    public function 
setValue($value)
    {
        
$this->value $value;
    }

    public function 
getValue() {return $this->value;}

    public function 
toStyleString() {
        return 
false;
    }

    public function 
toLessVariablesArray()
    {
        return array(
$this->getVariable()  => '"' $this->getValue() . '"'); // we have to quote these, i don't know why
    
}

}
Онлайн: 1
Реклама