Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
sharepoint_connector.inc
1
<?php
21
require_once SQ_INCLUDE_PATH.
'/asset.inc'
;
22
34
class
Sharepoint_Connector
extends
Asset
35
{
36
37
44
function
__construct
($assetid=0)
45
{
46
parent::__construct($assetid);
47
48
}
//end constructor
49
50
60
function
_getName
($short_name=FALSE)
61
{
62
return
$this->
attr
(
'name'
);
63
64
}
//end _getName()
65
66
67
}
//end class
68
?>
squiz_matrix
packages
sharepoint
sharepoint_connector
sharepoint_connector.inc
Generated on Tue Jan 29 2013 14:05:04 for Squiz Matrix by
1.8.3.1