SproutCMS

This is the code documentation for the SproutCMS project

class RteLibContainer

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

Source code (8 results)

/sprout/Controllers/Tinymce4Controller.php   Highlighted file source

Line 28: use Sprout\Helpers\RteLibContainer;
Line 346: } else if ($obj instanceof RteLibContainer) {

/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 54: $out[] = new RteLibContainer($row['id'], $row['name']);
Line 96: * @return array of RteLibContainer and RteLibObject objects

/sprout/Helpers/RteLibraryHasCategories.php   Highlighted file source

Line 92: * @return array of RteLibContainer and RteLibObject objects
Line 112: $out[] = new RteLibContainer($row['id'], $row['name']);

/sprout/Helpers/RteLibraryImages.php   Highlighted file source

Line 36: * @return array of RteLibContainer and RteLibObject objects
Line 57: $out[] = new RteLibContainer($row['id'], $row['name']);
Line 102: * @return array of RteLibContainer and RteLibObject objects

/sprout/Helpers/RteLibraryPages.php   Highlighted file source

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

/sprout/Helpers/RteLibrarySounds.php   Highlighted file source

Line 33: * @return array of RteLibContainer and RteLibObject objects
Line 54: $out[] = new RteLibContainer($row['id'], $row['name']);
Line 96: * @return array of RteLibContainer and RteLibObject objects

A total of 19 lines in 8 files were found