Skip to content

Commit 889f13d

Browse files
committed
doc bug fixed
1 parent 50d63bf commit 889f13d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Ajax/bootstrap/traits/BootstrapComponentsTrait.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,18 @@
1414
use Ajax\Bootstrap;
1515
use Ajax\common\components\SimpleComponent;
1616

17+
/**
18+
* @property \Ajax\JsUtils $js
19+
*/
20+
1721
trait BootstrapComponentsTrait {
1822

23+
/**
24+
* @param SimpleComponent $component
25+
* @param string|null $attachTo $attachTo
26+
* @param array|null $params
27+
* @return SimpleComponent
28+
*/
1929
public abstract function addComponent(SimpleComponent $component, $attachTo, $params);
2030
/**
2131
*

0 commit comments

Comments
 (0)