Joli\Jane\Tests\Expected\Model\Childtype::setInheritedProperty PHP Method

setInheritedProperty() public method

public setInheritedProperty ( string $inheritedProperty = null ) : self
$inheritedProperty string
return self
    public function setInheritedProperty($inheritedProperty = null)
    {
        $this->inheritedProperty = $inheritedProperty;
        return $this;
    }