ManaPHP\Http\ResponseInterface::setFileToSend PHP Метод

setFileToSend() публичный Метод

Sets an attached file to be sent at the end of the request
public setFileToSend ( string $file, string $attachmentName = null ) : static
$file string
$attachmentName string
Результат static
    public function setFileToSend($file, $attachmentName = null);