Author
in package
Data structure to handle Author
Table of Contents
Properties
- $name : string
Methods
- __construct() : mixed
- __destruct() : mixed
- __toString() : mixed
- name() : string
- Get Catalog name
Properties
$name
private
string
$name
Methods
__construct()
public
__construct(string $name) : mixed
Parameters
- $name : string
__destruct()
public
__destruct() : mixed
__toString()
public
__toString() : mixed
name()
Get Catalog name
public
name() : string
Return values
string —Catalog name