LoggerAwareInterface.php
| 251 B | Satir:
0
| php
Geri
<?php namespace RectorPrefix202411\Psr\Log; /** * Describes a logger-aware instance. */ interface LoggerAwareInterface { /** * Sets a logger instance on the object. */ public function setLogger(LoggerInterface $logger) : void; }
Kaydet
Ctrl+S ile kaydet