for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ubiquity\controllers\semantic;
use Ajax\JsUtils;
trait InsertJqueryTrait {
/**
*
* @var JsUtils
*/
public $jquery;
public function insertJquerySemantic() {
$this->jquery = new \Ajax\php\ubiquity\JsUtils ( [ "defer" => true ], $this );
$this->jquery->semantic ( new \Ajax\Semantic () );
}