PHP Class Ojs\JournalBundle\Entity\Institution

Inheritance: extends Prezent\Doctrine\Translatable\Entity\AbstractTranslatable, use trait Ojs\CoreBundle\Entity\GenericEntityTrait
Afficher le fichier Open project: ojs/ojs Class Usage Examples

Protected Properties

Свойство Type Description
$id integer
$translations

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

public __construct ( )

__toString() public méthode

public __toString ( )

addChild() public méthode

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

getAbout() public méthode

Get about
public getAbout ( ) : string
Résultat string

getAddress() public méthode

Get address
public getAddress ( ) : string
Résultat string

getAddressLat() public méthode

Get addressLat
public getAddressLat ( ) : string
Résultat string

getAddressLong() public méthode

Get addressLong
public getAddressLong ( ) : string
Résultat string

getChildren() public méthode

public getChildren ( )

getCity() public méthode

Get city
public getCity ( ) : string
Résultat string

getCountry() public méthode

Get country
public getCountry ( ) : BulutYazilim\LocationBundle\Entity\Country
Résultat BulutYazilim\LocationBundle\Entity\Country

getDomain() public méthode

public getDomain ( ) : string
Résultat string

getEmail() public méthode

Get email
public getEmail ( ) : string
Résultat string

getFax() public méthode

Get fax
public getFax ( ) : string
Résultat string

getHeader() public méthode

public getHeader ( ) : string
Résultat string

getId() public méthode

Get id
public getId ( ) : integer
Résultat integer

getInstitutionContacts() public méthode

public getInstitutionContacts ( ) : ArrayCollection
Résultat Doctrine\Common\Collections\ArrayCollection

getInstitutionType() public méthode

public getInstitutionType ( ) : integer
Résultat integer

getLft() public méthode

Get lft
public getLft ( ) : integer
Résultat integer

getLvl() public méthode

Get lvl
public getLvl ( ) : Institution
Résultat Institution

getName() public méthode

Get name
public getName ( ) : string
Résultat string

getParent() public méthode

public getParent ( )

getPhone() public méthode

Get phone
public getPhone ( ) : string
Résultat string

getRgt() public méthode

Get rgt
public getRgt ( ) : integer
Résultat integer

getRoot() public méthode

public getRoot ( )

getSlug() public méthode

public getSlug ( ) : string
Résultat string

getUrl() public méthode

Get url
public getUrl ( ) : string
Résultat string

getWiki() public méthode

Get wiki
public getWiki ( ) : string
Résultat string

removeChild() public méthode

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

setAbout() public méthode

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

setAddress() public méthode

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

setAddressLat() public méthode

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

setAddressLong() public méthode

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

setCity() public méthode

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

setCountry() public méthode

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

setDomain() public méthode

public setDomain ( string $domain )
$domain string

setEmail() public méthode

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

setFax() public méthode

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

setHeader() public méthode

public setHeader ( string $header )
$header string

setInstitutionContacts() public méthode

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

setInstitutionType() public méthode

public setInstitutionType ( PublisherTypes $institutionType )
$institutionType PublisherTypes

setLft() public méthode

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

setLvl() public méthode

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

setName() public méthode

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

setParent() public méthode

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

setPhone() public méthode

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

setRgt() public méthode

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

setRoot() public méthode

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

setSlug() public méthode

public setSlug ( mixed $slug )
$slug mixed

setUrl() public méthode

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

setWiki() public méthode

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

translate() public méthode

Translation helper method
public translate ( null $locale = null ) : mixed | null | Ojs\JournalBundle\Entity\InstitutionTranslation
$locale null
Résultat mixed | null | Ojs\JournalBundle\Entity\InstitutionTranslation

Property Details

$id protected_oe property

protected int $id
Résultat integer

$translations protected_oe property

protected $translations