API Documentação da API
Lançado Adianti Framework 7.6!
Clique aqui para saber mais
Pacote Dominando o Adianti 7
Curso + Livro + Apps exemplo
Curso completo em Video Aulas (114 aulas).
Livro completo em PDF (463 páginas).
Códigos-fontes de Apps de exemplo.
API
API do Framework
Documentation

Documentation

TMenuParser
in package

Menu Parser

Tags
version
7.6
subpackage

menu

author

Pablo Dall'Oglio

copyright

Copyright (c) 2006 Adianti Solutions Ltd. (http://www.adianti.com.br)

license

https://adiantiframework.com.br/license

Table of Contents

Properties

$path  : mixed
$paths  : mixed

Methods

__construct()  : mixed
Parse a menu XML file
getIndexedPrograms()  : mixed
Return an indexed array of programs
getModules()  : mixed
Get Modules
getPath()  : mixed
Return the controller path
moduleExists()  : mixed
Check if a module exists
parse()  : mixed
Parse a XMLElement reading menu entries

Properties

Methods

__construct()

Parse a menu XML file

public __construct( $xml_file) : mixed
Parameters
$xml_file :

file path

getIndexedPrograms()

Return an indexed array of programs

public getIndexedPrograms() : mixed

getModules()

Get Modules

public getModules() : mixed

getPath()

Return the controller path

public getPath(mixed $controller) : mixed
Parameters
$controller : mixed

moduleExists()

Check if a module exists

public moduleExists(mixed $module) : mixed
Parameters
$module : mixed

parse()

Parse a XMLElement reading menu entries

private parse( $xml, mixed $path) : mixed
Parameters
$xml :

A SimpleXMLElement Object

$path : mixed

        
On this page

Search results