| 1 | <?php |
||
| 17 | class LoadingBehavior extends Behavior implements RegistersClientScriptInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var string the type of loading gif to display. Currently supports 'bars', 'reload' and 'spinner'. Defaults to |
||
| 21 | * 'spinner'. |
||
| 22 | */ |
||
| 23 | public $type = 'spinner'; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @inheritdoc |
||
| 27 | */ |
||
| 28 | public function registerClientScript() |
||
| 43 | } |
||
| 44 |