AnsPress_Notification_Query::__construct( array $args = array() )
Description #
Initialize the class.
Parameters #
- $argsarray (Optional) Arguments. Default value: array()
Source #
File: addons/free/notification/query.php
public function __construct( $args = [] ) { $this->ids['reputation'] = []; $this->pos['reputation'] = []; $this->verbs = ap_notification_verbs(); parent::__construct( $args ); }
Expand full source code Collapse full source code View on GitHub: addons/free/notification/query.php:40
Add your comment