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

getVersionsHistory() public method

Get bundle versions history
public getVersionsHistory ( ) : array
return array
    public function getVersionsHistory()
    {
        return $this->versionsHistory;
    }