getKey() public method

public getKey ( ) : null | string
return null | string
 public function testCustomKeyCanBePassed()
 {
     $metadata = new PropertyAnnotationMetadata('string', 'dob');
     $this->assertEquals('dob', $metadata->getKey());
 }