PHP Класс Storm\Core\Relational\PersistedRelationship

Автор: Elliot Levin ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetChildResultRow ( ) : ResultRow
GetParentPrimaryKey ( ) : PrimaryKey
GetRelatedPrimaryKey ( ) : PrimaryKey
IsIdentifying ( ) : boolean
__construct ( PrimaryKey $ParentPrimaryKey, PrimaryKey $RelatedPrimaryKey = null, ResultRow $ChildResultRow = null )

Описание методов

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

public GetChildResultRow ( ) : ResultRow
Результат ResultRow

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

public GetParentPrimaryKey ( ) : PrimaryKey
Результат PrimaryKey

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

public GetRelatedPrimaryKey ( ) : PrimaryKey
Результат PrimaryKey

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

public IsIdentifying ( ) : boolean
Результат boolean

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

public __construct ( PrimaryKey $ParentPrimaryKey, PrimaryKey $RelatedPrimaryKey = null, ResultRow $ChildResultRow = null )
$ParentPrimaryKey PrimaryKey
$RelatedPrimaryKey PrimaryKey
$ChildResultRow ResultRow