Page MenuHomeWMGMC Issues

Text.php
No OneTemporary

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';
}
}

File Metadata

Mime Type
text/x-php
Expires
9月 11 Thu, 1:30 PM (1 d, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5482
默认替代文本
Text.php (438 B)

Event Timeline