summaryrefslogtreecommitdiff
path: root/app/frontend/controls/grid/DummyGridElement.php
blob: 8223bb2a9f68995c0a331dc2e59e96d4eed47f61 (plain)
1
2
3
4
5
6
7
8
9
<?php

Prado::using('Application.controls.grid.GridElement');

class DummyGridElement extends GridElement {

}

?>