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