PHP Class Ojs\JournalBundle\Entity\BlockLink

Mostra file Open project: ojs/ojs

Public Methods

Method 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 method

Get block
public getBlock ( ) : Ojs\SiteBundle\Entity\Block
return Ojs\SiteBundle\Entity\Block

getBlockId() public method

Get block_id
public getBlockId ( ) : integer
return integer

getId() public method

Get id
public getId ( ) : integer
return integer

getLinkOrder() public method

Get link_order
public getLinkOrder ( ) : integer
return integer

getText() public method

Get text
public getText ( ) : string
return string

getUrl() public method

Get url
public getUrl ( ) : string
return string

setBlock() public method

Set block
public setBlock ( Block $block = null ) : BlockLink
$block Block
return BlockLink

setBlockId() public method

Set block_id
public setBlockId ( integer $blockId ) : BlockLink
$blockId integer
return BlockLink

setId() public method

Set id
public setId ( integer $id ) : BlockLink
$id integer
return BlockLink

setLinkOrder() public method

Set link_order
public setLinkOrder ( integer $linkOrder ) : BlockLink
$linkOrder integer
return BlockLink

setText() public method

Set text
public setText ( string $text ) : BlockLink
$text string
return BlockLink

setUrl() public method

Set url
public setUrl ( string $url ) : BlockLink
$url string
return BlockLink