IsIdentifying() публичный Метод

public IsIdentifying ( ) : boolean
Результат boolean
 public function testChildPersistenceDataIsIndentifying()
 {
     $PersistedRelationship = new PersistedRelationship($this->Identity1, null, $this->PersistenceData);
     $this->assertTrue($PersistedRelationship->IsIdentifying());
 }