Example #1
0
 /**
  * This is the base constructor. When creating a class which inherits
  * Message, please be sure that this method is called, as other
  * functionality might be added to it later on.
  * 
  * @param integer $messageType Type of the message we're dealing with.
  */
 protected function __construct()
 {
     parent::__construct(self::MESSAGE_TYPE_NOTICE);
 }