hasCustomKey() public méthode

public hasCustomKey ( ) : boolean
Résultat boolean
 public function testNotHaveCustomKeyByDefault()
 {
     $metadata = new PropertyAnnotationMetadata('string');
     $this->assertFalse($metadata->hasCustomKey());
 }