Refactoring use PATH_WEB_ROOT (move to main config). Remove use save originals. Add PHP-Doc comment into File class.

This commit is contained in:
Alexander Demidov
2013-06-17 12:01:59 +04:00
parent 08d64bb277
commit fccb7b3fd9
2 changed files with 12 additions and 20 deletions

View File

@ -1,5 +1,13 @@
<?php
/**
* @author Alexander Demidov <demidov@dimti.ru>
* Full paths to directories and files contains slash as first symbol
* Dir name not contains slashes on first or last symbols
*/
/**
* Class File
*/
abstract class File
{
public $path;