AloFramework documentation
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • Alo
    • Cache
    • CLI
    • Controller
    • Db
    • Exception
    • FileSystem
    • Session
    • Statics
    • Test
    • Validators
    • Windows
  • Controller
  • None
  • PHP

Classes

  • Cron
  • cURL
  • Email
  • File
  • Handler
  • Profiler
  • SFTP
 1 <?php
 2 
 3    namespace Alo;
 4 
 5    if(!defined('GEN_START')) {
 6       http_response_code(404);
 7       die();
 8    }
 9 
10    /**
11     * Object-oriented file handler
12     *
13     * @author     Arturas Molcanovas <a.molcanovas@gmail.com>
14     * @deprecated Since 1.1. Please use \Alo\FileSystem\File.
15     */
16    class File extends \Alo\FileSystem\File {
17 
18    }
AloFramework documentation API documentation generated by ApiGen 2.8.0