Joli\Jane\Tests\Expected\Model\Parenttype::setInheritedProperty PHP Méthode

setInheritedProperty() public méthode

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