SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class RteLibContainer

Returned by RteLibrary classes to represent a "container" (e.g. directories) in the browse structure

Variables

NameVisibilityDescription
$label 
$name 

Functions

NameVisibilityDescription
__constructpublic 
getLabelpublic 
getNamepublic 

public __construct

void $RteLibContainer->__construct ( mixed $name , mixed $label );

This function does not have a description

public getLabel

unknown $RteLibContainer->getLabel ( );

This function does not have a description

public getName

unknown $RteLibContainer->getName ( );

This function does not have a description