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

setText() public method

Set text
public setText ( string $text ) : BlockLink
$text string
return BlockLink
    public function setText($text)
    {
        $this->text = $text;
        return $this;
    }