PHP Class Phosphorum\Notifications\Checker

Checks if the user has unread notifications or not
Inheritance: extends Phalcon\Di\Injectable
Datei anzeigen Open project: phalcon/forum

Public Methods

Method Description
getNumber ( ) : integer Check whether there are unread notifications or not
has ( ) : boolean Check whether there are unread notifications or not

Method Details

getNumber() public method

Check whether there are unread notifications or not
public getNumber ( ) : integer
return integer

has() public method

Check whether there are unread notifications or not
public has ( ) : boolean
return boolean