Airport Guide Documentation

SitemapLogs extends Model
in package
uses HasFactory

Sitemap Logs Model

This model manages sitemap generation logs and tracking for the security system. It stores sitemap processing statistics, status information, and progress tracking data for monitoring sitemap generation processes and performance.

Tags
used-by
SitemapController::cityIndexTest()

Model to track sitemap generation progress

Table of Contents

Properties

$fillable  : array<string|int, string>
The attributes that are mass assignable.

Methods

__construct()  : void
Create a new SitemapLogs model instance.

Properties

$fillable

The attributes that are mass assignable.

protected array<string|int, string> $fillable = ['total_count', 'status', 'last_page', 'last_processed']

Methods

__construct()

Create a new SitemapLogs model instance.

public __construct() : void

Sets the table name from configuration constants.


        
On this page

Search results