SproutCMS

This is the code documentation for the SproutCMS project

function getCssClassName()

Return the class name for this controller, expressed in CSS style, i.e. with dashes

Example: When called from BlogPostController --> 'blog-post-controller'

Usage

string $BaseController->getCssClassName ( );

Return value

  • string
    Name of this PHP class, in a format suitable for use in CSS