Ojs\JournalBundle\Entity\BlockLink::setText PHP Méthode

setText() public méthode

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