Documentation

Notifications
in package

Table of Contents

$notificaton_icons  : mixed
account()  : mixed
author_class()  : mixed
follow()  : mixed
full_list()  : mixed
get_read()  : mixed
unfollow()  : mixed

Properties

$notificaton_icons

public mixed $notificaton_icons = array('follow' => array('color' => 'red', 'icon' => 'eye'), 'unfollow' => array('color' => 'purple-wisteria', 'icon' => 'eye-slash'), 'author_class' => array('color' => 'yellow-gold', 'icon' => 'trophy'), 'account' => array('color' => 'blue', 'icon' => 'cog'))

Methods

account()

public account(mixed $what) : mixed
Parameters
$what : mixed
Return values
mixed

author_class()

public author_class(mixed $what) : mixed
Parameters
$what : mixed
Return values
mixed

follow()

public follow(mixed $what) : mixed
Parameters
$what : mixed
Return values
mixed

full_list()

public full_list(mixed $userid) : mixed
Parameters
$userid : mixed
Return values
mixed

get_read()

public get_read(mixed $userid) : mixed
Parameters
$userid : mixed
Return values
mixed

unfollow()

public unfollow(mixed $what) : mixed
Parameters
$what : mixed
Return values
mixed

Search results