UploaderFile
extends Entity
in package
Class UploaderFile
Table of Contents
Properties
- $alt : string
- $created : DateTime
- $id : int
- $modified : DateTime
- $name : string
- $publish_begin : DateTime
- $publish_end : DateTime
- $uploader_category_id : int
- $user_id : int
- $_accessible : array<string|int, mixed>
- Accessible
Methods
- fileExists() : bool
- ファイルの存在チェックを行う
- filesExists() : array<string|int, mixed>
- 複数のファイルの存在チェックを行う
- isLimited() : bool
- 閲覧制限が設定されているかどうか
- _getLarge() : bool
- get large
- _getMidium() : bool
- get midium
- _getSmall() : bool
- get small
- getFileNameBySize() : string
- 各サイズのファイル名を取得する
Properties
$alt
public
string
$alt
$created
public
DateTime
$created
$id
public
int
$id
$modified
public
DateTime
$modified
$name
public
string
$name
$publish_begin
public
DateTime
$publish_begin
$publish_end
public
DateTime
$publish_end
$uploader_category_id
public
int
$uploader_category_id
$user_id
public
int
$user_id
$_accessible
Accessible
protected
array<string|int, mixed>
$_accessible
= ['*' => true, 'id' => false]
Methods
fileExists()
ファイルの存在チェックを行う
public
fileExists(string $fileName) : bool
Parameters
- $fileName : string
Tags
Return values
boolfilesExists()
複数のファイルの存在チェックを行う
public
filesExists() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>isLimited()
閲覧制限が設定されているかどうか
public
isLimited() : bool
Tags
Return values
bool_getLarge()
get large
protected
_getLarge() : bool
Tags
Return values
bool_getMidium()
get midium
protected
_getMidium() : bool
Tags
Return values
bool_getSmall()
get small
protected
_getSmall() : bool
Tags
Return values
boolgetFileNameBySize()
各サイズのファイル名を取得する
private
getFileNameBySize(string $size) : string
Parameters
- $size : string