Class common\core\File

Inheritancecommon\core\File » yii\base\Object

Class File Класс файла

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$title string пояснение к файлу common\core\File
$webroot string алиас для DOCUMENT ROOT common\core\File

Protected Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$path string абсолютный путь к файлу common\core\File

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() Конструктор common\core\File
copyTo() Копирование файла common\core\File
delete() Удаление файла common\core\File
getExt() Возвращает расширение файла common\core\File
getHumanSize() Возвращает размер файла в человекопонятном виде common\core\File
getMimeType() Возвращает mime тип файла common\core\File
getName() Возвращает имя файла common\core\File
getPath() Возвращает путь к файлу common\core\File
getRelPath() Возвращает путь к файлу относительно DOCUMENT ROOT common\core\File
getSize() Возвращает размер файла в байтах common\core\File
isImage() Является ли файл изображением common\core\File

Property Details

$path protected property
string $path null

абсолютный путь к файлу

$title public property
string $title null

пояснение к файлу

$webroot public property
string $webroot "@webroot"

алиас для DOCUMENT ROOT

Method Details

__construct() public method

Конструктор

void __construct$path$config = [] )
$path string
$config array
throws common\exceptions\IoException
copyTo() public method

Копирование файла

bool|common\core\File copyTo$dest )
$dest string

путь для копирования

delete() public method

Удаление файла

bool delete( )
getExt() public method

Возвращает расширение файла

string getExt( )
getHumanSize() public method

Возвращает размер файла в человекопонятном виде

string getHumanSize( )
getMimeType() public method

Возвращает mime тип файла

string getMimeType( )
getName() public method

Возвращает имя файла

string getName( )
getPath() public method

Возвращает путь к файлу

string getPath( )
getRelPath() public method

Возвращает путь к файлу относительно DOCUMENT ROOT

string getRelPath( )
getSize() public method

Возвращает размер файла в байтах

int getSize( )
isImage() public method

Является ли файл изображением

bool isImage( )