You are here

function addthis_handler_field_toolbox::construct in AddThis 6.3

File

./addthis_handler_field.inc, line 53
A handler to provide an AddThis button for a particular node.

Class

addthis_handler_field_toolbox
A handler to provide an AddThis toolbox for a particular node.

Code

function construct() {
  parent::construct();
  $this->additional_fields['nid'] = 'nid';
  $this->additional_fields['title'] = 'title';
}