AjaxAttribute.php
Table of Contents
Classes
- AJAX
Functions
-
_ajax()
: mixed
-
getAjaxPathForFunction()
: string|null
_ajax()
_ajax(mixed $function[, mixed $query = null ][, mixed $null = "" ][, mixed $fullPath = true ][, mixed $ajaxPath = "ajax" ]) : mixed
Parameters
-
$function
: mixed
-
-
$query
: mixed
= null
-
-
$null
: mixed
= ""
-
-
$fullPath
: mixed
= true
-
-
$ajaxPath
: mixed
= "ajax"
-
getAjaxPathForFunction()
getAjaxPathForFunction(mixed $function[, array<string|int, mixed>|null $query = null ][, mixed $null = "" ][, mixed $fullPath = true ][, mixed $ajaxPath = "ajax" ]) : string|null
Parameters
-
$function
: mixed
-
-
$query
: array<string|int, mixed>|null
= null
-
-
$null
: mixed
= ""
-
-
$fullPath
: mixed
= true
-
-
$ajaxPath
: mixed
= "ajax"
-
Return values
string|null