libretime/legacy/application/forms/ScheduleShow.php

10 lines
158 B
PHP
Raw Permalink Normal View History

<?php
class Application_Form_ScheduleShow extends Zend_Form
{
public function init()
{
2021-10-11 16:10:47 +02:00
// Form Elements & Other Definitions Here ...
}
}