OwlCyberSecurity - MANAGER
Edit File: Attachable.php
<?php /** * @copyright Copyright (c) 2009-2022 ThemeCatcher (https://www.themecatcher.net) */ interface Quform_Attachable { public function hasAttachments(); public function getAttachments(); }