Joli\Jane\Tests\Expected\Model\Childtype::setInheritedProperty PHP Метод

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

public setInheritedProperty ( string $inheritedProperty = null ) : self
$inheritedProperty string
Результат self
    public function setInheritedProperty($inheritedProperty = null)
    {
        $this->inheritedProperty = $inheritedProperty;
        return $this;
    }