FusionDirectory
|
Static Public Member Functions | |
static | build (managementListing $parent, string $type, array $data) |
Builds a column object from given data. More... | |
Protected Attributes | |
$attributes | |
Array of attributes to look for, ordered by priority The first non-empty attribute will be displayed. | |
$templateAttributes = NULL | |
Same thing for templates, if it differs. | |
Column base class.
Definition at line 24 of file class_Column.inc.
|
static |
Builds a column object from given data.
managementListing | $parent | the managementListing instance |
string | $type | a column class |
array | $data | an associative array with "attributes" and "label" |
Definition at line 46 of file class_Column.inc.
References $attributes.
Referenced by managementListing\__construct().