示例#1
0
 /**
  * Constructor.
  *
  * @since   11.1
  */
 public function __construct()
 {
     JLog::add('JDispatcher is deprecated. Use JEventDispatcher instead.', JLog::WARNING, 'deprecated');
     parent::__construct();
 }