SproutCMS

This is the code documentation for the SproutCMS project

class RteLibObject

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

Source code (8 results)

/sprout/Controllers/Tinymce4Controller.php   Highlighted file source

Line 29: use Sprout\Helpers\RteLibObject;
Line 343: if ($obj instanceof RteLibObject) {

/sprout/Helpers/RteLibrary.php   Highlighted file source

Line 32: * @return array of RteLibContainer and RteLibObject objects
Line 40: * @return array of RteLibContainer and RteLibObject objects

/sprout/Helpers/RteLibraryDocuments.php   Highlighted file source

Line 33: * @return array of RteLibContainer and RteLibObject objects
Line 73: $out[] = new RteLibObject(
Line 96: * @return array of RteLibContainer and RteLibObject objects
Line 118: $out[] = new RteLibObject(

/sprout/Helpers/RteLibraryHasCategories.php   Highlighted file source

Line 92: * @return array of RteLibContainer and RteLibObject objects
Line 131: $out[] = new RteLibObject(
Line 150: * @return array of RteLibObject objects
Line 172: $out[] = new RteLibObject(

/sprout/Helpers/RteLibraryImages.php   Highlighted file source

Line 36: * @return array of RteLibContainer and RteLibObject objects
Line 79: $out[] = new RteLibObject(
Line 102: * @return array of RteLibContainer and RteLibObject objects
Line 127: $out[] = new RteLibObject(

/sprout/Helpers/RteLibraryPages.php   Highlighted file source

Line 33: * @return array of RteLibContainer and RteLibObject objects
Line 52: $out[] = new RteLibObject(
Line 74: $out[] = new RteLibObject(
Line 95: * @return array of RteLibContainer and RteLibObject objects
Line 114: $out[] = new RteLibObject(

/sprout/Helpers/RteLibrarySounds.php   Highlighted file source

Line 33: * @return array of RteLibContainer and RteLibObject objects
Line 73: $out[] = new RteLibObject(
Line 96: * @return array of RteLibContainer and RteLibObject objects
Line 118: $out[] = new RteLibObject(

A total of 26 lines in 8 files were found