Changeset 634

Show
Ignore:
Timestamp:
11/09/07 00:24:26 (1 year ago)
Author:
laurentj
Message:

ticket #322: jForms, added a getControl method

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/jelix/forms/jFormsBase.class.php

    r629 r634  
    401401 
    402402    /** 
     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    /** 
    403410     * @return array of jFormsControl objects 
    404411     */ 
  • trunk/lib/jelix/forms/jFormsBase.class.php

    r629 r634  
    401401 
    402402    /** 
     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    /** 
    403410     * @return array of jFormsControl objects 
    404411     */ 
Download in other formats: Unified Diff Zip Archive