PHP 클래스 Newscoop\Entity\Author

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

보호된 프로퍼티들

프로퍼티 타입 설명
$aim string
$articles Doctrine\Common\Collections\Collection
$biography string
$email string
$first_name string
$id integer
$image string
$jabber string
$last_name string
$skype string
$type Doctrine\Common\Collections\ArrayCollection
$user Newscoop\Entity\User

공개 메소드들

메소드 설명
__construct ( string $firstName, string $lastName )
getAim ( ) : aim Getter for aim
getArticles ( ) : Doctrine\Common\Collections\Collection Gets the articles
getBiography ( ) : string Get biography
getEmail ( ) : string Getter for email
getFirstName ( ) : string Getter for first_name
getFullName ( ) : string Get full name
getId ( ) : integer Getter for id
getImage ( ) : string Get image
getJabber ( ) : string Getter for jabber
getLastName ( ) : string Getter for last_name
getSkype ( ) : string Getter for skype
getType ( ) : Newscoop\Entity\AuthorType Getter for type
getUser ( ) : Newscoop\Entity\User Getter for user
getView ( ) : AuthorView Get view
setAim ( aim $aim ) : self Setter for aim
setBiography ( $biography ) : self Set biography
setEmail ( string $email ) : self Setter for email
setFirstName ( string $firstName ) : self Setter for first_name
setId ( integer $id ) : self Setter for id
setImage ( $image ) : self Set image
setJabber ( string $jabber ) : self Setter for jabber
setLastName ( string $lastName ) : self Setter for last_name
setSkype ( string $skype ) : self Setter for skype
setType ( AuthorType $type ) : self Setter for type
setUser ( User $user ) : self Setter for user

메소드 상세

__construct() 공개 메소드

public __construct ( string $firstName, string $lastName )
$firstName string
$lastName string

getAim() 공개 메소드

Getter for aim
public getAim ( ) : aim
리턴 aim

getArticles() 공개 메소드

Gets the articles
public getArticles ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getBiography() 공개 메소드

Get biography
public getBiography ( ) : string
리턴 string

getEmail() 공개 메소드

Getter for email
public getEmail ( ) : string
리턴 string

getFirstName() 공개 메소드

Getter for first_name
public getFirstName ( ) : string
리턴 string

getFullName() 공개 메소드

Get full name
public getFullName ( ) : string
리턴 string

getId() 공개 메소드

Getter for id
public getId ( ) : integer
리턴 integer

getImage() 공개 메소드

Get image
public getImage ( ) : string
리턴 string

getJabber() 공개 메소드

Getter for jabber
public getJabber ( ) : string
리턴 string

getLastName() 공개 메소드

Getter for last_name
public getLastName ( ) : string
리턴 string

getSkype() 공개 메소드

Getter for skype
public getSkype ( ) : string
리턴 string

getType() 공개 메소드

Getter for type
public getType ( ) : Newscoop\Entity\AuthorType
리턴 Newscoop\Entity\AuthorType

getUser() 공개 메소드

Getter for user
public getUser ( ) : Newscoop\Entity\User
리턴 Newscoop\Entity\User

getView() 공개 메소드

Get view
public getView ( ) : AuthorView
리턴 Newscoop\View\AuthorView

setAim() 공개 메소드

Setter for aim
public setAim ( aim $aim ) : self
$aim aim Value to set
리턴 self

setBiography() 공개 메소드

Set biography
public setBiography ( $biography ) : self
리턴 self

setEmail() 공개 메소드

Setter for email
public setEmail ( string $email ) : self
$email string Value to set
리턴 self

setFirstName() 공개 메소드

Setter for first_name
public setFirstName ( string $firstName ) : self
$firstName string Value to set
리턴 self

setId() 공개 메소드

Setter for id
public setId ( integer $id ) : self
$id integer Value to set
리턴 self

setImage() 공개 메소드

Set image
public setImage ( $image ) : self
리턴 self

setJabber() 공개 메소드

Setter for jabber
public setJabber ( string $jabber ) : self
$jabber string Value to set
리턴 self

setLastName() 공개 메소드

Setter for last_name
public setLastName ( string $lastName ) : self
$lastName string Value to set
리턴 self

setSkype() 공개 메소드

Setter for skype
public setSkype ( string $skype ) : self
$skype string Value to set
리턴 self

setType() 공개 메소드

Setter for type
public setType ( AuthorType $type ) : self
$type AuthorType Value to set
리턴 self

setUser() 공개 메소드

Setter for user
public setUser ( User $user ) : self
$user User Value to set
리턴 self

프로퍼티 상세

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

protected string $aim
리턴 string

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

protected Doctrine\Common\Collections\Collection $articles
리턴 Doctrine\Common\Collections\Collection

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

protected string $biography
리턴 string

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

protected string $email
리턴 string

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

protected string $first_name
리턴 string

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

protected int $id
리턴 integer

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

protected string $image
리턴 string

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

protected string $jabber
리턴 string

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

protected string $last_name
리턴 string

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

protected string $skype
리턴 string

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

protected ArrayCollection,Doctrine\Common\Collections $type
리턴 Doctrine\Common\Collections\ArrayCollection

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

protected Newscoop\Entity\User $user
리턴 Newscoop\Entity\User