LDAP Account Manager

PDFEntrySection
in package

PDF section that contains LDAP data entries.

Tags
author

Roland Gruber

Table of Contents

$entries  : mixed
$title  : mixed
__construct()  : mixed
Constructor
export()  : array<string|int, mixed>
Exports the section.
getEntries()  : array<string|int, PDFSectionEntry>
Returns the entries.
getPdfKey()  : string
Returns the PDF key name.
getTitle()  : string
Returns the text title.
import()  : mixed
Imports the section.
isAttributeTitle()  : bool
Returns if the title is an attribute value.
setEntries()  : mixed
Sets the entries.
setTitle()  : mixed
Sets the title text.

Properties

Methods

__construct()

Constructor

public __construct(string $title) : mixed
Parameters
$title : string

title

Return values
mixed

export()

Exports the section.

public export() : array<string|int, mixed>
Return values
array<string|int, mixed>

export data

getPdfKey()

Returns the PDF key name.

public getPdfKey() : string
Return values
string

PDF key name

getTitle()

Returns the text title.

public getTitle() : string
Return values
string

title

import()

Imports the section.

public import(array<string|int, mixed> $data) : mixed
Parameters
$data : array<string|int, mixed>

import data

Return values
mixed

isAttributeTitle()

Returns if the title is an attribute value.

public isAttributeTitle() : bool
Return values
bool

is attribute

setTitle()

Sets the title text.

public setTitle(string $title) : mixed
Parameters
$title : string

title

Return values
mixed

Search results