Changeset 2449
- Timestamp:
- 04/07/08 14:42:51 (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Validation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Validation.php
r2447 r2449 60 60 61 61 /** 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 /** 62 72 * Returns the ArrayObject array values. 63 73 *
