RainLab\Blog\Components\Post::getCategoryPageOptions PHP Method

getCategoryPageOptions() public method

    public function getCategoryPageOptions()
    {
        return Page::sortBy('baseFileName')->lists('baseFileName', 'baseFileName');
    }