PHP Class PhpOffice\PhpPresentation\Shape\Comment\Author

Afficher le fichier Open project: phpoffice/phppowerpoint Class Usage Examples

Protected Properties

Свойство Type Description
$idxAuthor integer
$initials string
$name string

Méthodes publiques

Méthode 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 méthode

Get hash code
public getHashCode ( ) : string
Résultat string Hash code

getIndex() public méthode

public getIndex ( ) : integer
Résultat integer

getInitials() public méthode

public getInitials ( ) : mixed
Résultat mixed

getName() public méthode

public getName ( ) : string
Résultat string

setIndex() public méthode

public setIndex ( integer $idxAuthor ) : Author
$idxAuthor integer
Résultat Author

setInitials() public méthode

public setInitials ( mixed $initials ) : Author
$initials mixed
Résultat Author

setName() public méthode

public setName ( string $name ) : Author
$name string
Résultat Author

Property Details

$idxAuthor protected_oe property

protected int $idxAuthor
Résultat integer

$initials protected_oe property

protected string $initials
Résultat string

$name protected_oe property

protected string $name
Résultat string