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

    abstract public function 
toStyleString();
    abstract public function 
toLessVariablesArray();

    protected 
$variable;
    protected 
$scvID;
    protected 
$scvlID;

    public function 
__construct($variable false) {
        
$this->variable $variable;
    }

    public function 
getVariable()
    {
        return 
$this->variable;
    }
}
Онлайн: 0
Реклама