phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Shape.php
Go to the documentation of this file.
1 <?php
2 
4 
5 use Ajax\JsUtils;
6 
7 class Shape extends SimpleSemExtComponent {
8 
9  public function __construct(JsUtils $js) {
10  parent::__construct($js);
11  $this->uiName="shape";
12  }
13 }
JQuery PHP library.
Definition: JsUtils.php:23
__construct(JsUtils $js)
Definition: Shape.php:9