mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 06:36:46 +02:00
move public method before protected ones
This commit is contained in:
@@ -60,6 +60,12 @@ class RotatingFileHandler extends StreamHandler
|
||||
}
|
||||
}
|
||||
|
||||
public function setTimedFilename($filenameFormat, $dateFormat)
|
||||
{
|
||||
$this->filenameFormat = $filenameFormat;
|
||||
$this->dateFormat = $dateFormat;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
@@ -140,10 +146,4 @@ class RotatingFileHandler extends StreamHandler
|
||||
|
||||
return $glob;
|
||||
}
|
||||
|
||||
public function setTimedFilename($filenameFormat, $dateFormat)
|
||||
{
|
||||
$this->filenameFormat = $filenameFormat;
|
||||
$this->dateFormat = $dateFormat;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user