File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
packages/framework/src/Foundation/Kernel Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1515 * The FileCollection contains all the discovered source and media files,
1616 * and thus has an integral role in the Hyde Auto Discovery process.
1717 *
18+ * @property array<string, ProjectFile> $items The files in the collection.
19+ *
1820 * This class is stored as a singleton in the HydeKernel.
1921 * You would commonly access it via one of the facades:
2022 *
Original file line number Diff line number Diff line change 1212/**
1313 * The PageCollection contains all the instantiated pages.
1414 *
15+ * @property array<string, HydePage> $items The pages in the collection.
16+ *
1517 * This class is stored as a singleton in the HydeKernel.
1618 * You would commonly access it via one of the facades:
1719 *
Original file line number Diff line number Diff line change 1212/**
1313 * The RouteCollection contains all the routes, making it the Pseudo-Router for Hyde.
1414 *
15+ * @property array<string, Route> $items The routes in the collection.
16+ *
1517 * This class is stored as a singleton in the HydeKernel.
1618 * You would commonly access it via one of the facades:
1719 *
You can’t perform that action at this time.
0 commit comments