ultimix
pmsg_markup_1_0_0 Class Reference

Public Member Functions

 __construct ()
 compile_not_read_messages_count (&$Settings)

Data Fields

 $PmsgAlgorithms = false

Detailed Description

Working with private messages.

Author
Dodonov A.A.

Definition at line 26 of file pmsg_markup.php.

Constructor & Destructor Documentation

__construct ( )

Constructor.

Exceptions
ExceptionAn exception of this type is thrown.
Author
Dodonov A.A.

Definition at line 54 of file pmsg_markup.php.

{
try
{
$this->PmsgAlgorithms = get_package( 'pmsg::pmsg_algorithms' , 'last' , __FILE__ );
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

Member Function Documentation

compile_not_read_messages_count ( $Settings)

Function processes string.

Parameters
$Settings- Options of drawing.
Returns
HTML code to display.
Exceptions
ExceptionAn exception of this type is thrown.
Author
Dodonov A.A.

Definition at line 88 of file pmsg_markup.php.

{
try
{
return( $this->PmsgAlgorithms->get_not_read_messages_count() );
}
catch( Exception $e )
{
$a = func_get_args();_throw_exception_object( __METHOD__ , $a , $e );
}
}

Field Documentation

$PmsgAlgorithms = false

Cached packages.

Author
Dodonov A.A.

Definition at line 38 of file pmsg_markup.php.


The documentation for this class was generated from the following file: