public function BiblioStyleInterface::__construct in Bibliography Module 7.3
Constructor for the notifier.
Parameters
$plugin: The notifier plugin object. Note the "options" values might have been overriden in message_notify_send_message().
Biblio $biblio: The Biblio entity.
1 method overrides BiblioStyleInterface::__construct()
- BiblioStyleBase::__construct in plugins/
biblio_style/ abstract.inc - Constructor for the notifier.
File
- plugins/
biblio_style/ abstract.inc, line 17
Class
- BiblioStyleInterface
- Biblio Style interface
Code
public function __construct($plugin, Biblio $biblio = NULL);