Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PHP のドキュメントを読んで PHP のことをもっと知ろう

PHP のドキュメントを読んで PHP のことをもっと知ろう

at PHP BLT #3

Katsuhiro Ogawa

March 01, 2016
Tweet

More Decks by Katsuhiro Ogawa

Other Decks in Technology

Transcript

  1. trait LoggerInjectTrait implements LoggerAwareInterface { protected $logger; /** @Inject */

    public function setLogger(LoggerInterface $logger) { $this->logger = $logger; } } 25