3 declare(strict_types=1);
    44         $this->varname = $a_varname;
    54         switch (strtolower($a_action)) {
    57                 $this->action = self::ACTION_SET;
    61                 $this->action = self::ACTION_ADD;
    65                 $this->action = self::ACTION_SUBTRACT;
    69                 $this->action = self::ACTION_MULTIPLY;
    73                 $this->action = self::ACTION_DIVIDE;
    85         $this->content = $a_content;
 
setContent(string $a_content)
 
setVarname(string $a_varname)
 
setAction(string $a_action)