Dojo/Form/Element/TimeTextBox.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Dojo  
Subpackage
Form_Element  

\Zend_Dojo_Form_Element_TimeTextBox

Package: Zend_Dojo\Form_Element
TimeTextBox dijit
Parent(s)
\Zend_Dojo_Form_Element_DateTextBox < \Zend_Dojo_Form_Element_ValidationTextBox < \Zend_Dojo_Form_Element_TextBox < \Zend_Dojo_Form_Element_Dijit < \Zend_Form_Element
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Uses
 
Version
$Id$  

Properties

>VPropertypublicstring $helper = 'TimeTextBox'
Use TimeTextBox dijit view helper
Default value'TimeTextBox'Details
Type
string

Methods

methodprotected_validateIso8601(string $format) : true

Validate ISO 8601 time format

Parameters
NameTypeDescription
$formatstring
Returns
TypeDescription
true
Throws
ExceptionDescription
\Zend_Form_Element_Exception
methodpublicgetClickableIncrement() : string | null

Retrieve clickableIncrement

Returns
TypeDescription
string | null
methodpublicgetTimePattern() : string | null

Retrieve time format pattern

Returns
TypeDescription
string | null
methodpublicgetVisibleIncrement() : string | null

Retrieve visibleIncrement

Returns
TypeDescription
string | null
methodpublicgetVisibleRange() : string | null

Retrieve visibleRange

Returns
TypeDescription
string | null
methodpublicsetClickableIncrement(string $format) : \Zend_Dojo_Form_Element_NumberTextBox

Set clickableIncrement

Parameters
NameTypeDescription
$formatstring
Returns
TypeDescription
\Zend_Dojo_Form_Element_NumberTextBox
methodpublicsetTimePattern(string $pattern) : \Zend_Dojo_Form_Element_NumberTextBox

Set time format pattern

Parameters
NameTypeDescription
$patternstring
Returns
TypeDescription
\Zend_Dojo_Form_Element_NumberTextBox
methodpublicsetVisibleIncrement(string $format) : \Zend_Dojo_Form_Element_NumberTextBox

Set visibleIncrement

Parameters
NameTypeDescription
$formatstring
Returns
TypeDescription
\Zend_Dojo_Form_Element_NumberTextBox
methodpublicsetVisibleRange(string $format) : \Zend_Dojo_Form_Element_NumberTextBox

Set visibleRange

Parameters
NameTypeDescription
$formatstring
Returns
TypeDescription
\Zend_Dojo_Form_Element_NumberTextBox
Documentation was generated by phpDocumentor 2.2.0 .