mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 14:46: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}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
@@ -140,10 +146,4 @@ class RotatingFileHandler extends StreamHandler
|
|||||||
|
|
||||||
return $glob;
|
return $glob;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setTimedFilename($filenameFormat, $dateFormat)
|
|
||||||
{
|
|
||||||
$this->filenameFormat = $filenameFormat;
|
|
||||||
$this->dateFormat = $dateFormat;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user