Ojs\JournalBundle\Entity\BlockLink::setBlockId PHP Method

setBlockId() public method

Set block_id
public setBlockId ( integer $blockId ) : BlockLink
$blockId integer
return BlockLink
    public function setBlockId($blockId)
    {
        $this->block_id = $blockId;
        return $this;
    }