Craft\Import_HistoryService::findHistoryById PHP Method

findHistoryById() protected method

protected findHistoryById ( integer $historyId ) : craft\Import_HistoryRecord
$historyId integer
return craft\Import_HistoryRecord
    protected function findHistoryById($historyId)
    {
        return Import_HistoryRecord::model()->findById($historyId);
    }