Fix doc
This commit is contained in:
parent
c6a536296e
commit
c04a572e0b
@ -2498,6 +2498,7 @@ class EmailCollector extends CommonObject
|
|||||||
*
|
*
|
||||||
* @param Object $mbox Structure
|
* @param Object $mbox Structure
|
||||||
* @param string $mid prefix
|
* @param string $mid prefix
|
||||||
|
* @param string $destdir Target dir for attachments
|
||||||
* @return array Array with number and object
|
* @return array Array with number and object
|
||||||
*/
|
*/
|
||||||
private function getmsg($mbox, $mid, $destdir = '')
|
private function getmsg($mbox, $mid, $destdir = '')
|
||||||
@ -2548,6 +2549,7 @@ class EmailCollector extends CommonObject
|
|||||||
* @param string $mid Part no
|
* @param string $mid Part no
|
||||||
* @param Object $p Object p
|
* @param Object $p Object p
|
||||||
* @param string $partno Partno
|
* @param string $partno Partno
|
||||||
|
* @param string $destdir Target dir for attachments
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
private function getpart($mbox, $mid, $p, $partno, $destdir = '')
|
private function getpart($mbox, $mid, $p, $partno, $destdir = '')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user