$pdo
$pdo : \PDO
An interface to the file table in the database
delete() : boolean
Move this file to the trash and delete all records for it
Physically, this moves the file to a trash folder Then, the file will be removed from the file table in the database Any appendices linking to this file with fileId will have fileId NULL Any offers linking to this file with invoice_fileId will have invoice_fileId NULL
If there's something wrong with the database
True on success, false on failure