Notifications::__construct( array $args = array() )

Description #

Initialize the class.

Parameters #

  • $args
    array (Optional) Arguments. Default value: array()

Source #

File: addons/notifications/query.php

	public function __construct( $args = array() ) {
		$this->ids['reputation'] = array();
		$this->pos['reputation'] = array();
		$this->verbs             = ap_notification_verbs();
		parent::__construct( $args );
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment