芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/plugins/mailpoet/lib/Entities/NewsletterPostEntity.php
newsletter = $newsletter; $this->postId = $postId; } /** * @return NewsletterEntity|null */ public function getNewsletter() { $this->safelyLoadToOneAssociation('newsletter'); return $this->newsletter; } /** * @return int */ public function getPostId(): int { return $this->postId; } }