PHP 클래스 Newscoop\Entity\Aliases

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

보호된 프로퍼티들

프로퍼티 타입 설명
$id integer
$name string
$publication Publication

공개 메소드들

메소드 설명
getId ( ) : integer Get id
getName ( ) : string Get name
getPublication ( ) : Publication Get publication
setName ( $name ) : string Set name
setPublication ( Publication $publication ) : self Sets the value of publication.

메소드 상세

getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer

getName() 공개 메소드

Get name
public getName ( ) : string
리턴 string

getPublication() 공개 메소드

Get publication
public getPublication ( ) : Publication
리턴 Publication

setName() 공개 메소드

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

setPublication() 공개 메소드

Sets the value of publication.
public setPublication ( Publication $publication ) : self
$publication Publication the publication
리턴 self

프로퍼티 상세

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

protected int $id
리턴 integer

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

protected string $name
리턴 string

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

protected Publication,Newscoop\Entity $publication
리턴 Publication