芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/plugins/mailpoet/lib/Entities/NewsletterOptionFieldEntity.php
name; } /** * @param string $name */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getNewsletterType() { return $this->newsletterType; } /** * @param string $newsletterType */ public function setNewsletterType($newsletterType) { $this->newsletterType = $newsletterType; } }