Pop\Log\Writer\File::__construct PHP Метод

__construct() публичный Метод

Instantiate the file writer object.
public __construct ( string $file, array $types = null ) : File
$file string
$types array
Результат File
    public function __construct($file, $types = null)
    {
        parent::__construct($file, $types);
    }