File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/sender/lib/dispatch/imethod.php
Back
<?php /** * Bitrix Framework * @package bitrix * @subpackage sender * @copyright 2001-2012 Bitrix */ namespace Bitrix\Sender\Dispatch; use Bitrix\Main\Localization\Loc; use Bitrix\Sender\Entity; Loc::loadMessages(__FILE__); interface iMethod { /** * Constructor. * * @param Entity\Letter $letter Letter. */ public function __construct(Entity\Letter $letter); /** * Apply method. * * @return void */ public function apply(); /** * Revoke method. * * @return void */ public function revoke(); /** * Get code. * * @return string */ public function getCode(); }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings