FusionDirectory
Static Public Member Functions | Protected Attributes
Column Class Reference

Column base class. More...

Inheritance diagram for Column:
Inheritance graph
[legend]

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.
 

Detailed Description

Column base class.

Definition at line 24 of file class_Column.inc.

Member Function Documentation

◆ build()

static build ( managementListing  $parent,
string  $type,
array  $data 
)
static

Builds a column object from given data.

Parameters
managementListing$parentthe managementListing instance
string$typea column class
array$dataan associative array with "attributes" and "label"

Definition at line 46 of file class_Column.inc.

References $attributes.

Referenced by managementListing\__construct().


The documentation for this class was generated from the following file: