PHP Класс Horde_Imap_Client_Base_Debug, horde

NOTE: This class is NOT intended to be accessed outside of a Base object. There is NO guarantees that the API of this class will not change across versions.
Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$debug boolean Is debugging active?

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

Свойство Тип Описание
$_stream resource The debug stream.
$_time integer Timestamp of last command.

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

Метод Описание
__construct ( mixed $debug ) Constructor.
client ( string $msg ) Write client output to debug log.
info ( string $msg ) Write informational message to debug log.
raw ( string $msg ) Write server output to debug log.
server ( string $msg ) Write server output to debug log.
shutdown ( ) Shutdown function.

Защищенные методы

Метод Описание
_write ( string $msg, $pre = null ) Write debug information to the output stream.

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

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

Constructor.
public __construct ( mixed $debug )
$debug mixed The debug target.

_write() защищенный Метод

Write debug information to the output stream.
protected _write ( string $msg, $pre = null )
$msg string Debug data.

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

Write client output to debug log.
public client ( string $msg )
$msg string Debug message.

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

Write informational message to debug log.
public info ( string $msg )
$msg string Debug message.

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

Write server output to debug log.
public raw ( string $msg )
$msg string Debug message.

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

Write server output to debug log.
public server ( string $msg )
$msg string Debug message.

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

Shutdown function.
public shutdown ( )

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

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

The debug stream.
protected resource $_stream
Результат resource

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

Timestamp of last command.
protected int $_time
Результат integer

$debug публичное свойство

Is debugging active?
public bool $debug
Результат boolean