sources() public method

Returns available data sources (typically a list of REST resources collections).
public sources ( object $class = null ) : array
$class object
return array
示例#1
0
 public function testSources()
 {
     $http = new Http($this->_testConfig);
     $result = $http->sources();
 }