Knp\Bundle\KnpBundlesBundle\Entity\Bundle::toBigArray PHP Method

toBigArray() public method

Get an array representing the Repo
public toBigArray ( ) : array
return array
    public function toBigArray()
    {
        return $this->toSmallArray() + array('readme' => $this->getReadme());
    }