MediaFile
extends File
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- delete() : mixed
- {@inheritdoc}
- get() : mixed
- {@inheritdoc}
- getContentType() : mixed
- {@inheritdoc}
- getETag() : mixed
- {@inheritdoc}
- getLastModified() : mixed
- {@inheritdoc}
- getName() : mixed
- {@inheritdoc}
- getSize() : mixed
- {@inheritdoc}
- put() : mixed
- {@inheritdoc}
- setName() : mixed
- {@inheritdoc}
Properties
$element
protected
MediaElement
$element
Methods
__construct()
public
__construct(MediaElement $element) : mixed
Parameters
- $element : MediaElement
delete()
{@inheritdoc}
public
delete() : mixed
get()
{@inheritdoc}
public
get() : mixed
getContentType()
{@inheritdoc}
public
getContentType() : mixed
getETag()
{@inheritdoc}
public
getETag() : mixed
getLastModified()
{@inheritdoc}
public
getLastModified() : mixed
getName()
{@inheritdoc}
public
getName() : mixed
getSize()
{@inheritdoc}
public
getSize() : mixed
put()
{@inheritdoc}
public
put(mixed $data) : mixed
Parameters
- $data : mixed
setName()
{@inheritdoc}
public
setName(mixed $name) : mixed
Parameters
- $name : mixed