PHP Class PhpOffice\PhpPresentation\Shape\Comment\Author

Show file Open project: phpoffice/phppowerpoint Class Usage Examples

Protected Properties

Property Type Description
$idxAuthor integer
$initials string
$name string

Public Methods

Method Description
getHashCode ( ) : string Get hash code
getIndex ( ) : integer
getInitials ( ) : mixed
getName ( ) : string
setIndex ( integer $idxAuthor ) : Author
setInitials ( mixed $initials ) : Author
setName ( string $name ) : Author

Method Details

getHashCode() public method

Get hash code
public getHashCode ( ) : string
return string Hash code

getIndex() public method

public getIndex ( ) : integer
return integer

getInitials() public method

public getInitials ( ) : mixed
return mixed

getName() public method

public getName ( ) : string
return string

setIndex() public method

public setIndex ( integer $idxAuthor ) : Author
$idxAuthor integer
return Author

setInitials() public method

public setInitials ( mixed $initials ) : Author
$initials mixed
return Author

setName() public method

public setName ( string $name ) : Author
$name string
return Author

Property Details

$idxAuthor protected property

protected int $idxAuthor
return integer

$initials protected property

protected string $initials
return string

$name protected property

protected string $name
return string