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

setChildProperty() public method

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