You are here

public function BoxTypePluginInterface::setBox in Boxes 7.2

Set the Box object for later use

@abstract

Parameters

Box $box:

1 method overrides BoxTypePluginInterface::setBox()
BoxPlugin::setBox in plugins/base.inc
Add a Box to the plugin

File

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

Class

BoxTypePluginInterface
Interface for Plugin Classes

Code

public function setBox($box);