PHP Class Joli\Jane\Tests\Expected\Model\Childtype

Afficher le fichier Open project: jolicode/jane

Protected Properties

Свойство Type Description
$childProperty string
$inheritedProperty string

Méthodes publiques

Méthode Description
getChildProperty ( ) : string
getInheritedProperty ( ) : string
setChildProperty ( string $childProperty = null ) : self
setInheritedProperty ( string $inheritedProperty = null ) : self

Method Details

getChildProperty() public méthode

public getChildProperty ( ) : string
Résultat string

getInheritedProperty() public méthode

public getInheritedProperty ( ) : string
Résultat string

setChildProperty() public méthode

public setChildProperty ( string $childProperty = null ) : self
$childProperty string
Résultat self

setInheritedProperty() public méthode

public setInheritedProperty ( string $inheritedProperty = null ) : self
$inheritedProperty string
Résultat self

Property Details

$childProperty protected_oe property

protected string $childProperty
Résultat string

$inheritedProperty protected_oe property

protected string $inheritedProperty
Résultat string