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