Newscoop\Package\Package::getItems PHP Method

getItems() public method

Get items
public getItems ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection
    public function getItems()
    {
        return $this->items;
    }

Usage Example

 public function getItems()
 {
     $this->__load();
     return parent::getItems();
 }