Changeset 2449

Show
Ignore:
Timestamp:
04/07/08 14:42:51 (5 months ago)
Author:
Shadowhand
Message:

Added Validation::submitted()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Validation.php

    r2447 r2449  
    6060 
    6161        /** 
     62         * Test if the data has been submitted. 
     63         * 
     64         * @return  boolean 
     65         */ 
     66        public function submitted() 
     67        { 
     68                return $this->submitted; 
     69        } 
     70 
     71        /** 
    6272         * Returns the ArrayObject array values. 
    6373         *