Ubiquity
2.5.2
php rapid development framework
Loading...
Searching...
No Matches
InsertJqueryTrait.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ubiquity\controllers\semantic
;
4
5
use Ajax\php\ubiquity\JsUtils;
6
7
class
InsertJqueryTrait
{
12
public
$jquery
;
13
14
public
function
_insertJquerySemantic
() {
15
$this->jquery = new \Ajax\php\ubiquity\JsUtils ( [
"defer"
=>
true
], $this );
16
$this->jquery->semantic (
new
\Ajax\Semantic () );
17
}
18
}
19
Ubiquity\controllers\semantic\InsertJqueryTrait
Definition
InsertJqueryTrait.php:7
Ubiquity\controllers\semantic\InsertJqueryTrait\$jquery
$jquery
Definition
InsertJqueryTrait.php:12
Ubiquity\controllers\semantic\InsertJqueryTrait\_insertJquerySemantic
_insertJquerySemantic()
Definition
InsertJqueryTrait.php:14
Ubiquity\controllers\semantic
Definition
InsertJqueryTrait.php:3
C:
Users
myadd
Documents
GitHub
ubiquity-doc-api
vendor
phpmv
ubiquity
src
Ubiquity
controllers
semantic
InsertJqueryTrait.php
Generated on Sun Dec 10 2023 15:04:19 for
Ubiquity
by
doxygen
1.9.8