PHP Class Layouts_model, TastyIgniter

Inheritance: extends TI_Model
Afficher le fichier Open project: tastyigniter/tastyigniter

Méthodes publiques

Méthode Description
deleteLayout ( $layout_id )
getCount ( $filter = [] )
getLayout ( $layout_id )
getLayoutModules ( $layout_id )
getLayoutRoutes ( $layout_id )
getLayouts ( )
getList ( $filter = [] )
getModuleLayouts ( $module_code )
getPageLayoutId ( $page_id = '' )
getRouteLayoutId ( $uri_route = '' )
getRouteLayoutModules ( $uri_route )
getRoutes ( )
saveLayout ( $layout_id, $save = [] )
updateRoutes ( $routes = [] )
writeRoutesFile ( $write_routes = [] )

Private Methods

Méthode Description
addLayoutModules ( $layout_id, $partial_modules = [] )
addLayoutRoutes ( $layout_id, $routes = [] )

Method Details

deleteLayout() public méthode

public deleteLayout ( $layout_id )

getCount() public méthode

public getCount ( $filter = [] )

getLayout() public méthode

public getLayout ( $layout_id )

getLayoutModules() public méthode

public getLayoutModules ( $layout_id )

getLayoutRoutes() public méthode

public getLayoutRoutes ( $layout_id )

getLayouts() public méthode

public getLayouts ( )

getList() public méthode

public getList ( $filter = [] )

getModuleLayouts() public méthode

public getModuleLayouts ( $module_code )

getPageLayoutId() public méthode

public getPageLayoutId ( $page_id = '' )

getRouteLayoutId() public méthode

public getRouteLayoutId ( $uri_route = '' )

getRouteLayoutModules() public méthode

public getRouteLayoutModules ( $uri_route )

getRoutes() public méthode

public getRoutes ( )

saveLayout() public méthode

public saveLayout ( $layout_id, $save = [] )

updateRoutes() public méthode

public updateRoutes ( $routes = [] )

writeRoutesFile() public méthode

public writeRoutesFile ( $write_routes = [] )