@@ -83,6 +83,9 @@ discard block |
||
83 | 83 | return $this->_logged; |
84 | 84 | } |
85 | 85 | |
86 | + /** |
|
87 | + * @param string $idSite |
|
88 | + */ |
|
86 | 89 | public function addAllowedSite($idSite){ |
87 | 90 | if (trim($idSite)!=''){ |
88 | 91 | $this->_network->addAllowedSite($idSite); |
@@ -120,7 +123,7 @@ discard block |
||
120 | 123 | |
121 | 124 | /** |
122 | 125 | * @param int $merchantID |
123 | - * @return array of Deal |
|
126 | + * @return DealsResultset of Deal |
|
124 | 127 | */ |
125 | 128 | public function getDeals($merchantID=NULL,int $page=0,int $items_per_page=10 ): DealsResultset |
126 | 129 | { |