Documentation

PdfMeta
in package

Table of Contents

Properties

$author  : string|null
$creationDate  : DateTime|null
$creator  : string|null
$keywords  : array<string|int, string>
$modDate  : DateTime|null
$pages  : int|null
$subject  : string|null
$title  : string|null

Methods

__construct()  : mixed
__toString()  : string
getAuthor()  : string|null
getCreationDate()  : DateTime|null
getCreator()  : string|null
getKeywords()  : array<string|int, string>
getModDate()  : DateTime|null
getPages()  : int|null
getSubject()  : string|null
getTitle()  : string|null
make()  : self
toArray()  : array<string|int, mixed>
toJson()  : string

Properties

$author

protected string|null $author = null

$creationDate

protected DateTime|null $creationDate = null

$creator

protected string|null $creator = null

$keywords

protected array<string|int, string> $keywords = []

$modDate

protected DateTime|null $modDate = null

$pages

protected int|null $pages = null

$subject

protected string|null $subject = null

$title

protected string|null $title = null

Methods

__construct()

public __construct([string|null $title = null ][, string|null $author = null ][, string|null $subject = null ][, string|null $creator = null ][, DateTime|null $creationDate = null ][, DateTime|null $modDate = null ][, int|null $pages = null ]) : mixed
Parameters
$title : string|null = null
$author : string|null = null
$subject : string|null = null
$creator : string|null = null
$creationDate : DateTime|null = null
$modDate : DateTime|null = null
$pages : int|null = null

__toString()

public __toString() : string
Return values
string

getAuthor()

public getAuthor() : string|null
Return values
string|null

getCreationDate()

public getCreationDate() : DateTime|null
Return values
DateTime|null

getCreator()

public getCreator() : string|null
Return values
string|null

getKeywords()

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

getModDate()

public getModDate() : DateTime|null
Return values
DateTime|null

getPages()

public getPages() : int|null
Return values
int|null

getSubject()

public getSubject() : string|null
Return values
string|null

getTitle()

public getTitle() : string|null
Return values
string|null

make()

public static make(array<string|int, mixed>|null $details) : self
Parameters
$details : array<string|int, mixed>|null
Return values
self

toArray()

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

toJson()

public toJson() : string
Return values
string

        
On this page

Search results