Newscoop\Package\Package::getItems PHP Méthode

getItems() public méthode

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

Usage Example

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