whoami7 - Manager
:
/
home
/
kckglobal
/
cloud.kckglobal.net
/
bkp
/
application
/
vendor
/
ddeboer
/
imap
/
src
/
Search
/
Date
/
Upload File:
files >> /home/kckglobal/cloud.kckglobal.net/bkp/application/vendor/ddeboer/imap/src/Search/Date/Before.php
<?php declare(strict_types=1); namespace Ddeboer\Imap\Search\Date; use Ddeboer\Imap\Search\AbstractDate; /** * Represents a date before condition. Messages must have a date before the * specified date in order to match the condition. */ final class Before extends AbstractDate { /** * Returns the keyword that the condition represents. */ protected function getKeyword(): string { return 'BEFORE'; } }
Copyright ©2021 || Defacer Indonesia