Scalr\Model\Entity\FarmRoleScalingMetric::save PHP Method

save() public method

See also: AbstractEntity::save()
public save ( )
    public function save()
    {
        $this->setupScalingTimes();
        parent::save();
    }