<?php
namespace EJ\RangeNavigator;
class LowerLevelBorder {
public function color ($value) {
$this -> color = $value;
return $this;
}
public function width ($value) {
$this -> width = $value;
?>