Skip to content

Commit

Permalink
Update PHPDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenbs committed Apr 1, 2018
1 parent 5f92084 commit 8e8bcaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 2 additions & 6 deletions fproject/amqp/ActivityNotice.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
namespace fproject\amqp;

/**
* This is the abstract base class for all form model classes of this application.
* It is a customized model based on Yii CFormModel class.
* All form model classes of this application should extend from this class.
* @method array getMasterAttributeLabel(mixed $attribute, mixed $type) Get an item data from MasterValue text values,
* make it available for label displaying in forms and views.
* This is the VO class represents activity notification information.
*
* @author Bui Sy Nguyen <[email protected]>
*/
Expand All @@ -43,7 +39,7 @@ class ActivityNotice {
/** @var mixed $content the content of activity */
public $content;

/** @var mixed $oldContent the content of activity */
/** @var mixed $oldContent the content of model before notifying activity is performed */
public $oldContent;

/** @var string[] $contentUpdatedFields the list of updated fields of the content */
Expand Down
3 changes: 2 additions & 1 deletion fproject/amqp/ActivityNoticeManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
use PhpAmqpLib\Message\AMQPMessage;

/**
* ActivityNoticeManager provides a set of methods for sending/receiving message using PhpAmqpLib
* ActivityNoticeManager provides a set of methods for sending/receiving message using
* PhpAmqpLib or RabbitMQ-C client extension
*
* @author Bui Sy Nguyen <[email protected]>
*/
Expand Down

0 comments on commit 8e8bcaa

Please sign in to comment.