DNDataTransfer::logfile PHP Метод

logfile() защищенный Метод

Return a path to the log file.
protected logfile ( ) : string
Результат string
    protected function logfile()
    {
        return sprintf('%s.datatransfer.%s.log', $this->Environment()->getFullName('.'), $this->ID);
    }