From 92813b395e6e258880aef7a3ea8cceeb96fcd517 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 7 Jul 2008 09:43:44 -0400 Subject: [PATCH] Update the API documentation * PrinterAbstract.php (BSPrinterAbstract::setId): Document the return type (BSPrinterAbstract::_prepareStyle): Update docs --- PrinterAbstract.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PrinterAbstract.php b/PrinterAbstract.php index dddabe2..d06e6eb 100644 --- a/PrinterAbstract.php +++ b/PrinterAbstract.php @@ -104,6 +104,8 @@ abstract class BSPrinterAbstract * Sets the DOM/CSS ID of the element * * @param string The ID + * + * @return fluent interface */ public function setId($id) { @@ -112,9 +114,9 @@ abstract class BSPrinterAbstract } /** - * Returns a string of CSS style attributes + * Returns a string of style attributes, that include id, style, and class * - * @return string CSS attributes + * @return string Style attributes */ protected function _prepareStyle() { -- 2.22.5