Iber\Generator\Utilities\SetGetGenerator::createSetFunctionFromAttributeName PHP Method

createSetFunctionFromAttributeName() public method

Bulds the set function for the attribute name
public createSetFunctionFromAttributeName ( string $attributeName ) : string
$attributeName string
return string
    public function createSetFunctionFromAttributeName($attributeName)
    {
        return $this->createFunctionFromAttributeName("set", $attributeName, $this->setStub);
    }