__construct() __construct(string $app, string $theme) Constructor. Parameters string $app The application name. string $theme The theme name.
build() build() : array Build the entire theme data structure. Returns array — The list of theme files.
_build() _build(string $app, string $theme, integer $mask) Add theme data from an app/theme combo. Parameters string $app The application name. string $theme The theme name. integer $mask Mask for the app/theme combo.