summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/ExtendedToggleImageButton.php
blob: 7bc53ba3da677c9f410b53c9512a33b3f35db711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 *
 *
 * @author Christophe BOULAIN (Christophe.Boulain@ceram.fr)
 * @copyright Copyright &copy; 2007, CERAM Sophia Antipolis
 * @license url nameoflicense
 *
 */

prado::using ('Application.controls.ToggleImageButton');

class ExtendedToggleImageButton extends ToggleImageButton {

}