1944. Class

1944.1. Zend\Mail\Transport\FileOptions

1944.1.1. Methods

1944.1.1.1. setPath

setPath()

Set path to stored mail files

Parameters:string
Throws ZendMailExceptionInvalidArgumentException:
 
Return type:FileOptions

1944.1.1.2. getPath

getPath()

Get path

If none is set, uses value from sys_get_temp_dir()

Return type:string

1944.1.1.3. setCallback

setCallback()

Set callback used to generate a file name

Parameters:callable
Throws ZendMailExceptionInvalidArgumentException:
 
Return type:FileOptions

1944.1.1.4. getCallback

getCallback()

Get callback used to generate a file name

Return type:callable

Project Versions

Table Of Contents

Previous topic

1943. Class

Next topic

1945. Class

This Page