-
Notifications
You must be signed in to change notification settings - Fork 237
GetAllTransactions
Troy Davisson edited this page Mar 5, 2016
·
2 revisions
Note: This page documents capabilities available in the older 1.x version. Please see this repository's README file for the new 2.x version documentation.
GetAllTransactions ( )
Returns the list of available RETS capabilities
None
Array
List of detected RETS capabilities from Login response
<?php
$capabilities = $rets->GetAllTransactions();
foreach ($capabilities as $service) {
echo "+ Supports {$service}\n";
}
+ Supports Login
+ Supports Logout
+ Supports Search
+ Supports GetMetadata
+ Supports GetObject