Learner\Services\Layouts\Category::getCategories PHP Method

getCategories() public method

Get the category in cache.
public getCategories ( ) : array
return array
    public function getCategories()
    {
        return $this->categories;
    }