getType() public method

public getType ( ) : string
return string
 public function testInit()
 {
     $metadata = new PropertyAnnotationMetadata('string');
     $this->assertEquals('string', $metadata->getType());
 }