Exemplo n.º 1
0
 public function __construct(&$ktapi = null, $username = null, $password = null)
 {
     parent::__construct($ktapi, $username, $password);
     // instantiate underlying CMIS service
     $this->ObjectService = new CMISObjectService();
     $this->setInterface();
 }