Add a lot of docs

This commit is contained in:
2016-07-01 21:59:39 +02:00
parent ffdf0b8476
commit dd2a6bd7d7
9 changed files with 83 additions and 10 deletions

View File

@@ -51,6 +51,9 @@ class Ftp extends TransportAbstract
return $this;
}
/**
* @return bool
*/
public function send()
{
$sent = true;
@@ -82,6 +85,8 @@ class Ftp extends TransportAbstract
if (!$sent) {
throw new \Exception('At least an upload didnt work.');
}
return $sent;
}
public function __destruct()