@@ -13,6 +13,10 @@ |
||
13 | 13 | parent::run($js); |
14 | 14 | } |
15 | 15 | |
16 | + /** |
|
17 | + * @param string $identifier |
|
18 | + * @param string $model |
|
19 | + */ |
|
16 | 20 | public function __construct($identifier,$model,$modelInstance=NULL) { |
17 | 21 | parent::__construct($identifier, $model,$modelInstance); |
18 | 22 | $this->_instanceViewer=new InstanceViewer(); |