FFMpeg\FFProbe\DataMapping\AbstractData::set PHP Method

set() public method

Sets the property value given its name.
public set ( string $property, mixed $value ) : AbstractData
$property string
$value mixed
return AbstractData
    public function set($property, $value)
    {
        $this->properties[$property] = $value;
        return $this;
    }