Notifications::__construct( array $args = array() )
Description #
Initialize the class.
Parameters #
- $argsarray (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 ); }
Expand full source code Collapse full source code View on GitHub: addons/notifications/query.php:44
Add your comment