getSourceId() 공개 메소드

Gets the Managed Source ID
public getSourceId ( ) : string
리턴 string The Source ID to be used
예제 #1
0
 public function testSourceLength()
 {
     $odp = new DataSift_ODP($this->user, '1f1be6565a1d4ef38f9f4aeec9554440');
     $this->assertEquals($odp->getSourceId(), '1f1be6565a1d4ef38f9f4aeec9554440', 'Hash does not meet the required length');
 }