Ojs\JournalBundle\Entity\Journal::getBoards PHP Method

getBoards() public method

Get boards
public getBoards ( ) : ArrayCollection | Board[]
return Doctrine\Common\Collections\ArrayCollection | Board[]
    public function getBoards()
    {
        return $this->boards;
    }
Journal