OphTrOperationbooking_ScheduleOperation_PatientUnavailable::setDefaultOptions PHP Метод

setDefaultOptions() публичный Метод

public setDefaultOptions ( )
    public function setDefaultOptions()
    {
    }

Usage Example

					</thead>
					<tbody class="unavailables">
					<?php 
if ($element->patient_unavailables) {
    foreach ($element->patient_unavailables as $key => $unavailable) {
        $this->renderPartial('form_OphTrOperationbooking_ScheduleOperation_PatientUnavailable', array('key' => $key, 'unavailable' => $unavailable, 'form' => $form, 'element_name' => get_class($element)));
        ++$key;
    }
}
?>
					</tbody>
					<tfoot>
					<tr>
						<td colspan="4"><button class="secondary small addUnavailable">Add</button></td>
					</tr>
					</tfoot>
				</table>
			</div>
		</div>
	</fieldset>
<?php 
$template_unavailable = new OphTrOperationbooking_ScheduleOperation_PatientUnavailable();
$template_unavailable->setDefaultOptions();
?>
<script id="intraocularpressure_reading_template" type="text/html">
	<?php 
$this->renderPartial('form_OphTrOperationbooking_ScheduleOperation_PatientUnavailable', array('key' => '{{key}}', 'unavailable' => $template_unavailable, 'form' => $form, 'element_name' => get_class($element), 'dateFieldWidget' => 'TextField'));
?>
</script>