PHP 클래스 Ojs\JournalBundle\Entity\Institution

상속: extends Prezent\Doctrine\Translatable\Entity\AbstractTranslatable, use trait Ojs\CoreBundle\Entity\GenericEntityTrait
파일 보기 프로젝트 열기: ojs/ojs 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$id integer
$translations

공개 메소드들

메소드 설명
__construct ( )
__toString ( )
addChild ( Institution $children ) Add children
getAbout ( ) : string Get about
getAddress ( ) : string Get address
getAddressLat ( ) : string Get addressLat
getAddressLong ( ) : string Get addressLong
getChildren ( )
getCity ( ) : string Get city
getCountry ( ) : BulutYazilim\LocationBundle\Entity\Country Get country
getDomain ( ) : string
getEmail ( ) : string Get email
getFax ( ) : string Get fax
getHeader ( ) : string
getId ( ) : integer Get id
getInstitutionContacts ( ) : ArrayCollection
getInstitutionType ( ) : integer
getLft ( ) : integer Get lft
getLogo ( ) : string Get logo
getLvl ( ) : Institution Get lvl
getName ( ) : string Get name
getParent ( )
getPhone ( ) : string Get phone
getRgt ( ) : integer Get rgt
getRoot ( )
getSlug ( ) : string
getUrl ( ) : string Get url
getWiki ( ) : string Get wiki
removeChild ( Institution $children ) Remove children
setAbout ( string $about ) Set about
setAddress ( string $address ) Set address
setAddressLat ( string $addressLat ) Set addressLat
setAddressLong ( string $addressLong ) Set addressLong
setCity ( string $city = null ) Set city
setCountry ( BulutYazilim\LocationBundle\Entity\Country $country = null ) Set country
setDomain ( string $domain )
setEmail ( string $email ) Set email
setFax ( string $fax ) Set fax
setHeader ( string $header )
setInstitutionContacts ( ArrayCollection $institutionContacts )
setInstitutionType ( PublisherTypes $institutionType )
setLft ( integer $lft ) Set lft
setLogo ( string $logo ) Set logo
setLvl ( integer $lvl ) Set lvl
setName ( string $name ) Set name
setParent ( Institution $parent = null )
setPhone ( string $phone ) Set phone
setRgt ( integer $rgt ) Set rgt
setRoot ( integer $root ) Set root
setSlug ( mixed $slug )
setUrl ( string $url ) Set url
setWiki ( string $wiki ) Set wiki
translate ( null $locale = null ) : mixed | null | Ojs\JournalBundle\Entity\InstitutionTranslation Translation helper method

메소드 상세

__construct() 공개 메소드

public __construct ( )

__toString() 공개 메소드

public __toString ( )

addChild() 공개 메소드

Add children
public addChild ( Institution $children )
$children Institution

getAbout() 공개 메소드

Get about
public getAbout ( ) : string
리턴 string

getAddress() 공개 메소드

Get address
public getAddress ( ) : string
리턴 string

getAddressLat() 공개 메소드

Get addressLat
public getAddressLat ( ) : string
리턴 string

getAddressLong() 공개 메소드

Get addressLong
public getAddressLong ( ) : string
리턴 string

getChildren() 공개 메소드

public getChildren ( )

getCity() 공개 메소드

Get city
public getCity ( ) : string
리턴 string

getCountry() 공개 메소드

Get country
public getCountry ( ) : BulutYazilim\LocationBundle\Entity\Country
리턴 BulutYazilim\LocationBundle\Entity\Country

getDomain() 공개 메소드

public getDomain ( ) : string
리턴 string

getEmail() 공개 메소드

Get email
public getEmail ( ) : string
리턴 string

getFax() 공개 메소드

Get fax
public getFax ( ) : string
리턴 string

getHeader() 공개 메소드

public getHeader ( ) : string
리턴 string

getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer

getInstitutionContacts() 공개 메소드

public getInstitutionContacts ( ) : ArrayCollection
리턴 Doctrine\Common\Collections\ArrayCollection

getInstitutionType() 공개 메소드

public getInstitutionType ( ) : integer
리턴 integer

getLft() 공개 메소드

Get lft
public getLft ( ) : integer
리턴 integer

getLvl() 공개 메소드

Get lvl
public getLvl ( ) : Institution
리턴 Institution

getName() 공개 메소드

Get name
public getName ( ) : string
리턴 string

getParent() 공개 메소드

public getParent ( )

getPhone() 공개 메소드

Get phone
public getPhone ( ) : string
리턴 string

getRgt() 공개 메소드

Get rgt
public getRgt ( ) : integer
리턴 integer

getRoot() 공개 메소드

public getRoot ( )

getSlug() 공개 메소드

public getSlug ( ) : string
리턴 string

getUrl() 공개 메소드

Get url
public getUrl ( ) : string
리턴 string

getWiki() 공개 메소드

Get wiki
public getWiki ( ) : string
리턴 string

removeChild() 공개 메소드

Remove children
public removeChild ( Institution $children )
$children Institution

setAbout() 공개 메소드

Set about
public setAbout ( string $about )
$about string

setAddress() 공개 메소드

Set address
public setAddress ( string $address )
$address string

setAddressLat() 공개 메소드

Set addressLat
public setAddressLat ( string $addressLat )
$addressLat string

setAddressLong() 공개 메소드

Set addressLong
public setAddressLong ( string $addressLong )
$addressLong string

setCity() 공개 메소드

Set city
public setCity ( string $city = null )
$city string

setCountry() 공개 메소드

Set country
public setCountry ( BulutYazilim\LocationBundle\Entity\Country $country = null )
$country BulutYazilim\LocationBundle\Entity\Country

setDomain() 공개 메소드

public setDomain ( string $domain )
$domain string

setEmail() 공개 메소드

Set email
public setEmail ( string $email )
$email string

setFax() 공개 메소드

Set fax
public setFax ( string $fax )
$fax string

setHeader() 공개 메소드

public setHeader ( string $header )
$header string

setInstitutionContacts() 공개 메소드

public setInstitutionContacts ( ArrayCollection $institutionContacts )
$institutionContacts Doctrine\Common\Collections\ArrayCollection

setInstitutionType() 공개 메소드

public setInstitutionType ( PublisherTypes $institutionType )
$institutionType PublisherTypes

setLft() 공개 메소드

Set lft
public setLft ( integer $lft )
$lft integer

setLvl() 공개 메소드

Set lvl
public setLvl ( integer $lvl )
$lvl integer

setName() 공개 메소드

Set name
public setName ( string $name )
$name string

setParent() 공개 메소드

public setParent ( Institution $parent = null )
$parent Institution

setPhone() 공개 메소드

Set phone
public setPhone ( string $phone )
$phone string

setRgt() 공개 메소드

Set rgt
public setRgt ( integer $rgt )
$rgt integer

setRoot() 공개 메소드

Set root
public setRoot ( integer $root )
$root integer

setSlug() 공개 메소드

public setSlug ( mixed $slug )
$slug mixed

setUrl() 공개 메소드

Set url
public setUrl ( string $url )
$url string

setWiki() 공개 메소드

Set wiki
public setWiki ( string $wiki )
$wiki string

translate() 공개 메소드

Translation helper method
public translate ( null $locale = null ) : mixed | null | Ojs\JournalBundle\Entity\InstitutionTranslation
$locale null
리턴 mixed | null | Ojs\JournalBundle\Entity\InstitutionTranslation

프로퍼티 상세

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

protected int $id
리턴 integer

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

protected $translations