Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
vendor
/
plesk
/
laminas-mail
/
src
/
Address
/
File Content:
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(); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
AddressInterface.php
399 bytes
0644
N4ST4R_ID | Naxtarrr