Modules\Breadcrumb\Source\BreadcrumbsBuilder::getItems PHP Метод

getItems() публичный Метод

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