golden hour
/home/doctorbruno/public_html/taeionline.com/support/include/laminas-mail/src/Address
⬆️ Go Up
Upload
File/Folder
Size
Actions
AddressInterface.php
399 B
Del
OK
Edit: 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(); }
Save