You are here

function crumbs_Admin_ElementObject_Abstract::__construct in Crumbs, the Breadcrumbs suite 7.2

Parameters

array $element:

File

lib/Admin/ElementObject/Abstract.php, line 8

Class

crumbs_Admin_ElementObject_Abstract

Code

function __construct($element) {

  // We do NOT store the element, because it might be replaced by other callbacks.
}