Roomify\Bat\Unit\AbstractUnit::setDefaultValue PHP Method

setDefaultValue() public method

public setDefaultValue ( $default_value )
    public function setDefaultValue($default_value)
    {
        $this->default_value = $default_value;
    }