SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class RteLibObject

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

Variables

NameVisibilityDescription
$attrs 
$label 
$name 
$props 

Functions

NameVisibilityDescription
__constructpublic 
getAttrspublic 
getIconClasspublic 
getLabelpublic 
getNamepublic 
getPropspublic 

public __construct

void $RteLibObject->__construct ( mixed $name , mixed $label , mixed $attrs , mixed $props );

This function does not have a description

public getAttrs

unknown $RteLibObject->getAttrs ( );

This function does not have a description

public getIconClass

unknown $RteLibObject->getIconClass ( );

This function does not have a description

public getLabel

unknown $RteLibObject->getLabel ( );

This function does not have a description

public getName

unknown $RteLibObject->getName ( );

This function does not have a description

public getProps

unknown $RteLibObject->getProps ( );

This function does not have a description