Heratio Framework API Reference

Qubit
in package

Table of Contents

Methods

clearClassCaches()  : mixed
Clear all class-level caches.
pathInfo()  : mixed
Extract path info from URL for routing.
renderDate()  : string
Render a single date.
renderDateStartEnd()  : string
Render date with start/end range.
renderValue()  : string
Render value with escaping.

Methods

clearClassCaches()

Clear all class-level caches.

public static clearClassCaches() : mixed

Clears Propel's static instance pools to prevent memory issues and stale data in background jobs and long-running processes. Called by arBaseJob after completing database operations.

pathInfo()

Extract path info from URL for routing.

public static pathInfo(mixed $url) : mixed
Parameters
$url : mixed

renderDate()

Render a single date.

public static renderDate(string|null $date) : string
Parameters
$date : string|null
Return values
string

renderDateStartEnd()

Render date with start/end range.

public static renderDateStartEnd(string|null $date, string|null $startDate, string|null $endDate) : string
Parameters
$date : string|null
$startDate : string|null
$endDate : string|null
Return values
string

renderValue()

Render value with escaping.

public static renderValue(string|null $value) : string
Parameters
$value : string|null
Return values
string

        
On this page

Search results