Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
sharepoint_connector.inc
1 <?php
21 require_once SQ_INCLUDE_PATH.'/asset.inc';
22 
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 ?>