PHP Класс Joli\Jane\Tests\Expected\Model\Childtype

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$childProperty string
$inheritedProperty string

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

Метод Описание
getChildProperty ( ) : string
getInheritedProperty ( ) : string
setChildProperty ( string $childProperty = null ) : self
setInheritedProperty ( string $inheritedProperty = null ) : self

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

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

public getChildProperty ( ) : string
Результат string

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

public getInheritedProperty ( ) : string
Результат string

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

public setChildProperty ( string $childProperty = null ) : self
$childProperty string
Результат self

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

public setInheritedProperty ( string $inheritedProperty = null ) : self
$inheritedProperty string
Результат self

Описание свойств

$childProperty защищенное свойство

protected string $childProperty
Результат string

$inheritedProperty защищенное свойство

protected string $inheritedProperty
Результат string