PHP 클래스 PhpOffice\PhpPresentation\Shape\Chart\Type\AbstractTypePie

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

보호된 프로퍼티들

프로퍼티 타입 설명
$explosion integer Explosion of the Pie

공개 메소드들

메소드 설명
__construct ( ) Create a new self instance
getExplosion ( ) : string Get orientation
getHashCode ( ) : string Get hash code
setExplosion ( integer $value ) : AbstractTypePie Set explosion

메소드 상세

__construct() 공개 메소드

Create a new self instance
public __construct ( )

getExplosion() 공개 메소드

Get orientation
public getExplosion ( ) : string
리턴 string

getHashCode() 공개 메소드

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

setExplosion() 공개 메소드

Set explosion
public setExplosion ( integer $value ) : AbstractTypePie
$value integer
리턴 AbstractTypePie

프로퍼티 상세

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

Explosion of the Pie
protected int $explosion
리턴 integer