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

Show file Open project: jolicode/jane

Protected Properties

Property Type Description
$childProperty string
$inheritedProperty string

Public Methods

Method Description
getChildProperty ( ) : string
getInheritedProperty ( ) : string
setChildProperty ( string $childProperty = null ) : self
setInheritedProperty ( string $inheritedProperty = null ) : self

Method Details

getChildProperty() public method

public getChildProperty ( ) : string
return string

getInheritedProperty() public method

public getInheritedProperty ( ) : string
return string

setChildProperty() public method

public setChildProperty ( string $childProperty = null ) : self
$childProperty string
return self

setInheritedProperty() public method

public setInheritedProperty ( string $inheritedProperty = null ) : self
$inheritedProperty string
return self

Property Details

$childProperty protected property

protected string $childProperty
return string

$inheritedProperty protected property

protected string $inheritedProperty
return string