Documentation

Author
in package

Data structure to handle Author

Table of Contents

Properties

$name  : string

Methods

__construct()  : mixed
__destruct()  : mixed
__toString()  : mixed
equals()  : bool
Compare two objects
name()  : string
Get Author name

Properties

Methods

__construct()

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

__destruct()

public __destruct() : mixed

__toString()

public __toString() : mixed

equals()

Compare two objects

public equals(self $other) : bool
Parameters
$other : self
Return values
bool

true are equals, false otherwise

name()

Get Author name

public name() : string
Return values
string

Catalog name


        
On this page

Search results