You are here

protected function Box::setPlugin in Boxes 7.2

Load and set the plugin info. This can be called externally via loadUP()

1 call to Box::setPlugin()
Box::loadUp in includes/boxes.core.inc
This is a work around for version of PDO that call __construct() before it loads up the object with values from the DB.

File

includes/boxes.core.inc, line 206
Box classes and plugin interface

Class

Box
The Box entity class

Code

protected function setPlugin($plugin) {
  $this->plugin = $plugin;
}