top, $this->right, $this->bottom, $this->left); return $value; } function BorderColor($top, $right, $bottom, $left) { $this->left = $left->copy(); $this->right = $right->copy(); $this->top = $top->copy(); $this->bottom = $bottom->copy(); } } ?>