interface SenderInterface

Interface SenderInterface.

Methods

BaseResult|null
send(string|null $filename, string|null $content)

Send document.

Details

at line 28
BaseResult|null send(string|null $filename, string|null $content)

Send document.

Parameters

string|null $filename Filename
string|null $content Content File

Return Value

BaseResult|null