Modules\Breadcrumb\Source\BreadcrumbsBuilder::getItems PHP 메소드

getItems() 공개 메소드

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