core:onFileBeforeCreate event
Triggered by |
Db_File |
Author |
LemonStand eCommerce Inc. |
public void event_onFileBeforeCreate(Db_File $file)
$file |
Db_File |
specifies the new file object. |
Triggered before a new file record saved to the database.
You can use this event to validate new files. Throw an exception in the handler
to cancel the file creation.
|