RainLab\Blog\Components\Post::getCategoryPageOptions PHP Méthode

getCategoryPageOptions() public méthode

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