Linux webm002.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
wp-mail-logging
/
src
/
Model
/
/home/ariannadhf/www/wp-content/plugins/wp-mail-logging/src/Model/IMailService.php
<?php /** * Created by IntelliJ IDEA. * User: noex_ * Date: 24.09.2018 * Time: 17:37 */ namespace No3x\WPML\Model; interface IMailService { /** * Find a specific model by it's unique ID. * * @param integer $id * @return false|WPML_Mail */ public function find_one($id); }