FOF30\View\DataView\Raw::getItems PHP Method

getItems() public method

Get the items collection for browse views
public getItems ( ) : Collection
return FOF30\Model\DataModel\Collection
    public function getItems()
    {
        return $this->items;
    }