PHP 클래스 PhpOffice\PhpPresentation\Shape\Comment\Author

파일 보기 프로젝트 열기: phpoffice/phppowerpoint 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$idxAuthor integer
$initials string
$name string

공개 메소드들

메소드 설명
getHashCode ( ) : string Get hash code
getIndex ( ) : integer
getInitials ( ) : mixed
getName ( ) : string
setIndex ( integer $idxAuthor ) : Author
setInitials ( mixed $initials ) : Author
setName ( string $name ) : Author

메소드 상세

getHashCode() 공개 메소드

Get hash code
public getHashCode ( ) : string
리턴 string Hash code

getIndex() 공개 메소드

public getIndex ( ) : integer
리턴 integer

getInitials() 공개 메소드

public getInitials ( ) : mixed
리턴 mixed

getName() 공개 메소드

public getName ( ) : string
리턴 string

setIndex() 공개 메소드

public setIndex ( integer $idxAuthor ) : Author
$idxAuthor integer
리턴 Author

setInitials() 공개 메소드

public setInitials ( mixed $initials ) : Author
$initials mixed
리턴 Author

setName() 공개 메소드

public setName ( string $name ) : Author
$name string
리턴 Author

프로퍼티 상세

$idxAuthor 보호되어 있는 프로퍼티

protected int $idxAuthor
리턴 integer

$initials 보호되어 있는 프로퍼티

protected string $initials
리턴 string

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string