ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/app/NH-HR-test/mb/plugins/sendgrid/lib/contacts
/
home
mhhtmff
app
NH-HR-test
mb
plugins
sendgrid
lib
contacts
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
README.md
562 B
chmod
View
DL
Edit
Rename
Delete
Recipient.php
1.94 MB
chmod
View
DL
Edit
Rename
Delete
RecipientForm.php
1.02 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/app/NH-HR-test/mb/plugins/sendgrid/lib/contacts/RecipientForm.php
<?php /** * This helper builds a html form and provides a submission endpoint * for the form that makes a /contactdb/recipients API call. */ namespace SendGrid\Contacts; /** * This class is used to build a html form and provides a submission * endpoint for the form that makes a /contactdb/recipients API call. * * @package SendGrid\Contacts */ class RecipientForm { /** @var $html string HTML content for the form */ private $html; /** * Form constructor * * @param string $url The url the form should submit to */ public function __construct($url) { $html = '<form action="' . $url . '" method="post"> First Name: <input type="text" name="first-name"><br> Last Name: <input type="text" name="last-name"><br> E-mail: <input type="text" name="email"><br> <input type="submit"> </form>'; $this->html = $html; } /** * Return the HTML form * * @return string */ public function __toString() { return $this->html; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply