@@ -151,6 +151,10 @@ |
||
| 151 | 151 | return stream_get_contents ( $handle ); |
| 152 | 152 | } |
| 153 | 153 | |
| 154 | + /** |
|
| 155 | + * @param string $url |
|
| 156 | + * @param string $content |
|
| 157 | + */ |
|
| 154 | 158 | public function putContent ( $url , $content ) |
| 155 | 159 | { |
| 156 | 160 | switch ( $this->objProtocol->getProtocol () ) |
@@ -72,6 +72,7 @@ |
||
| 72 | 72 | } |
| 73 | 73 | |
| 74 | 74 | /** |
| 75 | + * @param string $type |
|
| 75 | 76 | * @return bool |
| 76 | 77 | */ |
| 77 | 78 | private function hasEnabled ( $type ) |