Storm\Core\Object\PersistedRelationship::IsIdentifying PHP Метод

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

public IsIdentifying ( ) : boolean
Результат boolean
    public function IsIdentifying()
    {
        return $this->IsIdentifying;
    }

Usage Example

 public function testChildPersistenceDataIsIndentifying()
 {
     $PersistedRelationship = new PersistedRelationship($this->Identity1, null, $this->PersistenceData);
     $this->assertTrue($PersistedRelationship->IsIdentifying());
 }