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