SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class RteLibraryHasCategories

Abstract richtext library for bog-standard "has categories" modules, such as news articles, blog posts, etc.

Variables

NameVisibilityDescription
$main_columns 
$main_order 
$main_table 
$name 
$search_columns 

Functions

NameVisibilityDescription
__constructpublicValidates configuration
browsepublicDo a library browse
getIdentifierprotectedFor a given database row, return the display identifier of the record
getLinkAttrsprotectedFor a given database row, return an array of link attributes
searchpublicDo a library search

public __construct

void $RteLibraryHasCategories->__construct ( );

Validates configuration

public browse

array $RteLibraryHasCategories->browse ( mixed $path );

Do a library browse

protected getIdentifier

unknown $RteLibraryHasCategories->getIdentifier ( array $row );

For a given database row, return the display identifier of the record

protected getLinkAttrs

array $RteLibraryHasCategories->getLinkAttrs ( array $row );

For a given database row, return an array of link attributes

public search

array $RteLibraryHasCategories->search ( mixed $term );

Do a library search