PDFEntrySection
in package
PDF section that contains LDAP data entries.
Tags
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
$entries
private
mixed
$entries
= []
$title
private
mixed
$title
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
getEntries()
Returns the entries.
public
getEntries() : array<string|int, PDFSectionEntry>
Return values
array<string|int, PDFSectionEntry> —entries
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
setEntries()
Sets the entries.
public
setEntries(array<string|int, PDFSectionEntry> $entries) : mixed
Parameters
- $entries : array<string|int, PDFSectionEntry>
-
entries
Return values
mixed —setTitle()
Sets the title text.
public
setTitle(string $title) : mixed
Parameters
- $title : string
-
title