for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ajax\semantic\widgets\dataform;
use Ajax\common\Widget;
/**
* DataForm widget for editing model objects
* @version 1.0
* @author jc
* @since 2.2
*
*/
class DataForm extends Widget {
public function getHtmlComponent() {
// TODO Auto-generated method stub
}
* {@inheritdoc}
* @see \Ajax\common\Widget::_setToolbarPosition()
protected function _setToolbarPosition($table, $captions=NULL) {
$table
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
$captions
// TODO: Auto-generated method stub
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.