yii\log\Dispatcher::getFlushInterval PHP Метод

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

public getFlushInterval ( ) : integer
Результат integer how many messages should be logged before they are sent to targets. This method returns the value of [[Logger::flushInterval]].
    public function getFlushInterval()
    {
        return $this->getLogger()->flushInterval;
    }