%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/projetos/suporte.iigd.com.br/vendor/laminas/laminas-mail/src/Address/
Upload File :
Create Path :
Current File : //var/www/projetos/suporte.iigd.com.br/vendor/laminas/laminas-mail/src/Address/AddressInterface.php

<?php

namespace Laminas\Mail\Address;

interface AddressInterface
{
    /**
     * Retrieve email
     *
     * @return string
     */
    public function getEmail();

    /**
     * Retrieve name, if any
     *
     * @return null|string
     */
    public function getName();

    /**
     * String representation of address
     *
     * @return string
     */
    public function toString();
}

Zerion Mini Shell 1.0