Changeset 1923 for trunk/modules/forge/libraries/Form_Upload.php
- Timestamp:
- 02/05/2008 08:49:08 AM (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/libraries/Form_Upload.php
- Property copyright changed from Copyright (c) 2007 Kohana Team to Copyright (c) 2007-2008 Kohana Team
r1658 r1923 1 1 <?php defined('SYSPATH') or die('No direct script access.'); 2 2 /** 3 * FORGE upload input library. 4 * 5 * $Id$ 6 * 7 * @package Forge 8 * @author Kohana Team 9 * @copyright (c) 2007-2008 Kohana Team 10 * @license http://kohanaphp.com/license.html 11 */ 3 12 class Form_Upload_Core extends Form_Input { 4 13 … … 42 51 } 43 52 53 /** 54 * Sets the upload directory. 55 * 56 * @param string upload directory 57 * @return void 58 */ 44 59 public function directory($dir = NULL) 45 60 {
