changes for phpdocumentator 7
This commit is contained in:
@@ -701,7 +701,6 @@ class database extends database_base {
|
||||
|
||||
/**
|
||||
* It is part of class.pagedTable.php
|
||||
* @package gulliver.system
|
||||
*/
|
||||
function getLimitRenderTable($nCurrentPage, $nRowsPerPage)
|
||||
{
|
||||
|
||||
@@ -24,9 +24,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package gulliver.system
|
||||
*/
|
||||
require_once ("DB.php");
|
||||
|
||||
define ( 'DB_ERROR_NO_SHOW_AND_CONTINUE', 0);
|
||||
|
||||
@@ -24,9 +24,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package gulliver.system
|
||||
*/
|
||||
|
||||
require_once 'PEAR.php';
|
||||
|
||||
@@ -82,7 +79,6 @@ class G_Error extends PEAR_Error
|
||||
/**
|
||||
* this function returns the kind of Error
|
||||
* @author
|
||||
* @package gulliver.system
|
||||
* @access public
|
||||
* @param string $code
|
||||
* @return string
|
||||
|
||||
@@ -42,7 +42,6 @@ class filterForm extends form
|
||||
* @param string $template
|
||||
* @param string $scriptContent
|
||||
* @return string
|
||||
* @package gulliver.system
|
||||
*/
|
||||
function render( $template, &$scriptContent )
|
||||
{
|
||||
|
||||
@@ -58,7 +58,6 @@ class XmlForm_Field_HTML extends XmlForm_Field_Textarea
|
||||
* @access public
|
||||
* @param string $element
|
||||
* @return string
|
||||
* @package gulliver.system
|
||||
*
|
||||
*/
|
||||
function attachEvents($element) {
|
||||
|
||||
@@ -264,7 +264,6 @@ class mailer
|
||||
* html2text
|
||||
*
|
||||
* empty
|
||||
* @package gulliver.system
|
||||
* @return none
|
||||
*/
|
||||
function html2text()
|
||||
|
||||
@@ -54,9 +54,6 @@
|
||||
//
|
||||
// $Id: Version 3.0.2$
|
||||
|
||||
/**
|
||||
* @package gulliver.system
|
||||
*/
|
||||
define("T_BYFILE", 0);
|
||||
define("T_BYVAR", 1);
|
||||
|
||||
@@ -740,7 +737,6 @@ class TemplatePower extends TemplatePowerParser
|
||||
*
|
||||
* @return void
|
||||
* @access public
|
||||
* @package gulliver.system
|
||||
*/
|
||||
function getOutputContent()
|
||||
{
|
||||
|
||||
@@ -175,7 +175,6 @@ class testTools
|
||||
*
|
||||
* @param string $location *
|
||||
* @return object $result
|
||||
* @package gulliver.system
|
||||
*/
|
||||
|
||||
function domain($location)
|
||||
|
||||
@@ -143,7 +143,6 @@
|
||||
|
||||
/**
|
||||
* render
|
||||
* @package gulliver.system
|
||||
* @return $obj->printObject( array( 'node' => &$this ) )
|
||||
*/
|
||||
function render() {
|
||||
|
||||
@@ -2085,7 +2085,6 @@ class XmlForm_Field_Checkbox extends XmlForm_Field
|
||||
* @param $value
|
||||
* @param $owner
|
||||
* @return either the value or falseValue
|
||||
* @package gulliver.system
|
||||
*/
|
||||
function maskValue($value, &$owner)
|
||||
{
|
||||
@@ -2591,7 +2590,6 @@ class XmlForm_Field_CheckGroup extends XmlForm_Field
|
||||
* @param string value
|
||||
* @param string owner
|
||||
* @return string
|
||||
* @package gulliver.system
|
||||
*/
|
||||
function render($value = NULL, $owner = NULL)
|
||||
{
|
||||
@@ -3171,7 +3169,7 @@ class XmlForm_Field_Date extends XmlForm_Field_SimpleText
|
||||
|
||||
|
||||
/**
|
||||
* @description Calendar Widget with Javascript Routines
|
||||
* Calendar Widget with Javascript Routines
|
||||
* @author Erik amaru Ortiz <aortiz@gmail.com, erik@colosa.com>
|
||||
* @package gulliver.system
|
||||
*/
|
||||
|
||||
@@ -23,9 +23,6 @@
|
||||
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* @package gulliver.system
|
||||
*/
|
||||
|
||||
require_once( PATH_THIRDPARTY.'lime/yaml.class.php');
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user