Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
PHP PluginController::getData Examples
Programming Language:
PHP
Class/Type:
PluginController
Method/Function:
getData
Examples at hotexamples.com:
1
PHP PluginController::getData - 1 examples found
. These are the top rated real world PHP examples of
PluginController::getData
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
before_filter(7)
__construct(4)
index(2)
render(2)
AddCssFile(1)
update(1)
uninstall(1)
title(1)
setEm(1)
saveInstance(1)
relay(1)
install(1)
db_plugin_details(1)
getData(1)
GetAllModules(1)
db_group_plugins(1)
db_controller_plugins(1)
db_all_plugins(1)
addSideMenu(1)
UnZipPlugin(1)
Title(1)
Render(1)
RemoveCssFile(1)
updateAll(1)
Frequently Used Methods
before_filter (7)
__construct (4)
index (2)
render (2)
AddCssFile (1)
update (1)
uninstall (1)
title (1)
setEm (1)
saveInstance (1)
Frequently Used Methods
relay (1)
install (1)
db_plugin_details (1)
getData (1)
GetAllModules (1)
db_group_plugins (1)
db_controller_plugins (1)
db_all_plugins (1)
addSideMenu (1)
UnZipPlugin (1)
Title (1)
Render (1)
RemoveCssFile (1)
updateAll (1)
Frequently Used Methods
Title (1)
Render (1)
RemoveCssFile (1)
updateAll (1)
Example #1
0
Show file
File:
PluginViews.class.php
Project:
pombredanne/tuleap
public function getData() { return $this->controller->getData(); }
x