PHP 클래스 Bravo3\Orm\Tests\Entities\Porter\Article

상속: implements Bravo3\Orm\Traits\CreateModifyInterface
파일 보기 프로젝트 열기: bravo3/orm 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$canonical_category Category
$id integer
$title string

공개 메소드들

메소드 설명
getCanonicalCategory ( ) : Category Get CanonicalCategory
getId ( ) : integer Get Id
getLastModified ( ) : DateTime Get the time the entity was last modified
getSortDate ( ) : DateTime Get SortDate
getTimeCreated ( ) : DateTime Get the time the entity was created
getTitle ( ) : string Get Title
setCanonicalCategory ( Category $canonical_category = null ) Set CanonicalCategory
setId ( integer $id ) Set Id
setLastModified ( DateTime $last_modified ) Set the time the entity was last modified
setSortDate ( DateTime $sort_date = null ) Set SortDate
setTimeCreated ( DateTime $time_created ) Set the time the entity was created
setTitle ( string $title ) Set Title

메소드 상세

getCanonicalCategory() 공개 메소드

Get CanonicalCategory
public getCanonicalCategory ( ) : Category
리턴 Category

getId() 공개 메소드

Get Id
public getId ( ) : integer
리턴 integer

getLastModified() 공개 메소드

Get the time the entity was last modified
public getLastModified ( ) : DateTime
리턴 DateTime

getSortDate() 공개 메소드

Get SortDate
public getSortDate ( ) : DateTime
리턴 DateTime

getTimeCreated() 공개 메소드

Get the time the entity was created
public getTimeCreated ( ) : DateTime
리턴 DateTime

getTitle() 공개 메소드

Get Title
public getTitle ( ) : string
리턴 string

setCanonicalCategory() 공개 메소드

Set CanonicalCategory
public setCanonicalCategory ( Category $canonical_category = null )
$canonical_category Category

setId() 공개 메소드

Set Id
public setId ( integer $id )
$id integer

setLastModified() 공개 메소드

Set the time the entity was last modified
public setLastModified ( DateTime $last_modified )
$last_modified DateTime

setSortDate() 공개 메소드

Set SortDate
public setSortDate ( DateTime $sort_date = null )
$sort_date DateTime

setTimeCreated() 공개 메소드

Set the time the entity was created
public setTimeCreated ( DateTime $time_created )
$time_created DateTime

setTitle() 공개 메소드

Set Title
public setTitle ( string $title )
$title string

프로퍼티 상세

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

protected Category,Bravo3\Orm\Tests\Entities\Porter $canonical_category
리턴 Category

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

protected int $id
리턴 integer

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

protected string $title
리턴 string