FileProperty extends AbstractProperty
File type property.
Tags
Table of Contents
- $name : string|null
- The name of the property.
- $value : string
- The value of the property.
- getName() : string|null
- getValue() : string
- setName() : AbstractProperty
- setValue() : FileProperty
Properties
$name
The name of the property.
private
string|null
$name
= null
Tags
$value
The value of the property.
private
string
$value
= '.'
Tags
Methods
getName()
public
getName() : string|null
Tags
Return values
string|null —getValue()
public
getValue() : string
Tags
Return values
string —setName()
public
setName(string|null $name) : AbstractProperty
Parameters
- $name : string|null
Tags
Return values
AbstractProperty —setValue()
public
setValue(string $value) : FileProperty
Parameters
- $value : string