Modules\Breadcrumb\Source\BreadcrumbsBuilder::getItems PHP Method

getItems() public method

public getItems ( )
    public function getItems()
    {
        if ($this->path) {
            $this->parsePath();
        }
        return $this->arItems;
    }