DIã¨ãµã¼ãã¹ãã±ã¼ã¿ã¯ããããããªãã¸ã§ã¯ãã®æ§ç¯ã¨ä¾åã®è§£æ±ºã¨ããä»äºãåãåºãããã®ãã¿ã¼ã³ã§ããã¨ããã§ããã®2ã¤ã®ãã¿ã¼ã³ã®éããæ確ã«èª¬æã§ããã§ããããï¼ Pimpleã§ã·ã³ãã«ã«æ£ããDIãç解ãã ã®ã³ã¼ãã¯ä»¥ä¸ã®ããã«ãªã£ã¦ãã¾ããã <?php require_once '../vendor/pimple/pimple/lib/Pimple.php'; // ã¤ã³ãã© interface MailerInterface { public function send($body); } class SendmailMailer implements MailerInterface { public function send($body) { } } // ãã¡ã¤ã³ class NewsletterTransfer { protected $mailer; public
{{#tags}}- {{label}}
{{/tags}}