| Current Path : /var/www/www.indacotrentino.com/www/vendor/laminas/laminas-mail/src/Header/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/laminas/laminas-mail/src/Header/StructuredInterface.php |
<?php
namespace Laminas\Mail\Header;
interface StructuredInterface extends HeaderInterface
{
/**
* Return the delimiter at which a header line should be wrapped
*
* @return string
*/
public function getDelimiter();
}