PHP 클래스 Newscoop\Entity\AbstractEntity

파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$id integer

공개 메소드들

메소드 설명
getId ( ) : integer Provides the id of the output, this will uniquielly identify this output.
setId ( $id ) : Newscoop\Entity\Entity Set the id of the output, this will uniquielly identify this output.

메소드 상세

getId() 공개 메소드

Provides the id of the output, this will uniquielly identify this output.
public getId ( ) : integer
리턴 integer The id of the output.

setId() 공개 메소드

Set the id of the output, this will uniquielly identify this output.
public setId ( $id ) : Newscoop\Entity\Entity
리턴 Newscoop\Entity\Entity This object for chaining purposes.

프로퍼티 상세

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

protected int $id
리턴 integer