Changeset 634
- Timestamp:
- 11/09/07 00:24:26 (1 year ago)
- Files:
-
- trunk/lib/jelix/forms/jFormsBase.class.php (modified) (1 diff)
- trunk/lib/jelix/forms/jFormsBase.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/jelix/forms/jFormsBase.class.php
r629 r634 401 401 402 402 /** 403 * @param string $name the control name you want to get 404 * @return jFormsControl 405 * @since jelix 1.0 406 */ 407 public function getControl($name){ return $this->_controls[$name]; } 408 409 /** 403 410 * @return array of jFormsControl objects 404 411 */ trunk/lib/jelix/forms/jFormsBase.class.php
r629 r634 401 401 402 402 /** 403 * @param string $name the control name you want to get 404 * @return jFormsControl 405 * @since jelix 1.0 406 */ 407 public function getControl($name){ return $this->_controls[$name]; } 408 409 /** 403 410 * @return array of jFormsControl objects 404 411 */
