From: Robert Sesek Date: Mon, 14 Jan 2008 20:09:45 +0000 (-0500) Subject: Making BSPrinterRootElementPage::setNavigator() part of the fluent interface X-Git-Tag: 3.0.0~22 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=02dd8ac6d1795e39cd1acf590ab0aa46e6335fa9;p=isso.git Making BSPrinterRootElementPage::setNavigator() part of the fluent interface * PrinterRootElementPage.php (BSPrinterRootElementPage::setNavigator): Return a fluent interface --- diff --git a/PrinterRootElementPage.php b/PrinterRootElementPage.php index eb70ee0..eb18411 100644 --- a/PrinterRootElementPage.php +++ b/PrinterRootElementPage.php @@ -79,10 +79,13 @@ class BSPrinterRootElementPage extends BSPrinterRootElement * Sets the navigation object * * @param BSPrinterNavigation Navigator + * + * @return fluent interface */ public function setNavigator(BSPrinterNavigation $nav) { $this->navigator = $nav; + return $this; } /**