Core
3.2
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
Lib.Attr.php
Go to the documentation of this file.
1
<?php
2
/*
3
* Generation of PHP Document classes
4
* @author Anakeen
5
* @package FDL
6
*/
7
8
function
activateTrigger
(
$dbaccess
,
$docid
)
9
{
10
Dcp\FamilyImport::activateTrigger
(
$dbaccess
,
$docid
);
11
}
12
/**
13
* refresh PHP Class & Postgres Table Definition
14
* @param string $dbaccess
15
* @param int $docid
16
* @return string error message
17
*/
18
function
refreshPhpPgDoc
(
$dbaccess
,
$docid
)
19
{
20
return
Dcp\FamilyImport::refreshPhpPgDoc
(
$dbaccess
,
$docid
);
21
}
22
/**
23
* Extract the main type and the format from a type string
24
*
25
* @param string $type e.g. 'array("empty")'
26
*
27
* @return array() struct e.g. array('type' => 'array', 'format' => '"empty"')
28
*/
29
function
parseType
(
$type
)
30
{
31
return
Dcp\FamilyImport::parseType
(
$type
);
32
}
33
$type
$type
Definition:
exportAccounts.php:56
Dcp\FamilyImport\parseType
static parseType($type)
Definition:
Class.FamilyImport.php:1014
refreshPhpPgDoc
refreshPhpPgDoc($dbaccess, $docid)
Definition:
Lib.Attr.php:18
$docid
$docid
Definition:
cleanFamily.php:13
parseType
parseType($type)
Definition:
Lib.Attr.php:29
$dbaccess
$dbaccess
Definition:
checkVault.php:17
Dcp\FamilyImport\refreshPhpPgDoc
static refreshPhpPgDoc($dbaccess, $docid)
Definition:
Class.FamilyImport.php:832
activateTrigger
activateTrigger($dbaccess, $docid)
Definition:
Lib.Attr.php:8
Dcp\FamilyImport\activateTrigger
static activateTrigger($dbaccess, $docid)
Definition:
Class.FamilyImport.php:798
← centre documentaire
© anakeen