PHPExiftool\Driver\AbstractTag::isWritable PHP Method

isWritable() public method

Returns true if the value can be written in the tag
public isWritable ( ) : type
return type
    public function isWritable()
    {
        return $this->Writable;
    }