PHP Класс Horde_SyncMl_Command_Alert, horde

The Alert command is used for sending custom content information to the recipient. The command provides a mechanism for communicating content information, such as state information or notifications to an application on the recipient device. Copyright 2003-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Anthony Mills ([email protected])
Автор: Karsten Fourmont ([email protected])
Автор: Jan Schneider ([email protected])
Наследование: extends Horde_SyncMl_Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_alert integer The alert type. Should be one of the Horde_SyncMl::ALERT_* constants.
$_cmdName string Name of the command.
$_metaAnchorLast integer The last time when synchronization happened, from the element.
$_metaAnchorNext string The current time this synchronization happens, from the element.
$_sourceLocURI string Source database of the Alert command.
$_targetLocURI string Target database of the Alert command.

Открытые методы

Метод Описание
endElement ( string $uri, string $element ) End element handler for the XML parser, delegated from Horde_SyncMl_ContentHandler::endElement().
handleCommand ( $debug = false ) Implements the actual business logic of the Alert command.

Описание методов

endElement() публичный Метод

End element handler for the XML parser, delegated from Horde_SyncMl_ContentHandler::endElement().
public endElement ( string $uri, string $element )
$uri string The namespace URI of the element.
$element string The element tag name.

handleCommand() публичный Метод

Implements the actual business logic of the Alert command.
public handleCommand ( $debug = false )

Описание свойств

$_alert защищенное свойство

The alert type. Should be one of the Horde_SyncMl::ALERT_* constants.
protected int $_alert
Результат integer

$_cmdName защищенное свойство

Name of the command.
protected string $_cmdName
Результат string

$_metaAnchorLast защищенное свойство

The last time when synchronization happened, from the element.
protected int $_metaAnchorLast
Результат integer

$_metaAnchorNext защищенное свойство

The current time this synchronization happens, from the element.
protected string $_metaAnchorNext
Результат string

$_sourceLocURI защищенное свойство

Source database of the Alert command.
protected string $_sourceLocURI
Результат string

$_targetLocURI защищенное свойство

Target database of the Alert command.
protected string $_targetLocURI
Результат string