PHP 클래스 Ojs\AdminBundle\Entity\AdminAnnouncement

상속: use trait Ojs\CoreBundle\Entity\DisplayTrait
파일 보기 프로젝트 열기: ojs/ojs 1 사용 예제들

공개 메소드들

메소드 설명
__toString ( ) : string
getContent ( ) : string Get content
getId ( ) : integer Get id
getImage ( ) : string
getTitle ( ) : string Get title
setContent ( string $content ) : Announcement Set content
setImage ( string $image )
setTitle ( string $title ) : Announcement Set title

메소드 상세

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getContent() 공개 메소드

Get content
public getContent ( ) : string
리턴 string

getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer

getImage() 공개 메소드

public getImage ( ) : string
리턴 string

getTitle() 공개 메소드

Get title
public getTitle ( ) : string
리턴 string

setContent() 공개 메소드

Set content
public setContent ( string $content ) : Announcement
$content string
리턴 Announcement

setImage() 공개 메소드

public setImage ( string $image )
$image string

setTitle() 공개 메소드

Set title
public setTitle ( string $title ) : Announcement
$title string
리턴 Announcement