PHP Class Ojs\JournalBundle\Entity\BlockLink

Afficher le fichier Open project: ojs/ojs

Méthodes publiques

Méthode Description
getBlock ( ) : Ojs\SiteBundle\Entity\Block Get block
getBlockId ( ) : integer Get block_id
getId ( ) : integer Get id
getLinkOrder ( ) : integer Get link_order
getText ( ) : string Get text
getUrl ( ) : string Get url
setBlock ( Block $block = null ) : BlockLink Set block
setBlockId ( integer $blockId ) : BlockLink Set block_id
setId ( integer $id ) : BlockLink Set id
setLinkOrder ( integer $linkOrder ) : BlockLink Set link_order
setText ( string $text ) : BlockLink Set text
setUrl ( string $url ) : BlockLink Set url

Method Details

getBlock() public méthode

Get block
public getBlock ( ) : Ojs\SiteBundle\Entity\Block
Résultat Ojs\SiteBundle\Entity\Block

getBlockId() public méthode

Get block_id
public getBlockId ( ) : integer
Résultat integer

getId() public méthode

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

getLinkOrder() public méthode

Get link_order
public getLinkOrder ( ) : integer
Résultat integer

getText() public méthode

Get text
public getText ( ) : string
Résultat string

getUrl() public méthode

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

setBlock() public méthode

Set block
public setBlock ( Block $block = null ) : BlockLink
$block Block
Résultat BlockLink

setBlockId() public méthode

Set block_id
public setBlockId ( integer $blockId ) : BlockLink
$blockId integer
Résultat BlockLink

setId() public méthode

Set id
public setId ( integer $id ) : BlockLink
$id integer
Résultat BlockLink

setLinkOrder() public méthode

Set link_order
public setLinkOrder ( integer $linkOrder ) : BlockLink
$linkOrder integer
Résultat BlockLink

setText() public méthode

Set text
public setText ( string $text ) : BlockLink
$text string
Résultat BlockLink

setUrl() public méthode

Set url
public setUrl ( string $url ) : BlockLink
$url string
Résultat BlockLink