WsdlToPhp\PackageGenerator\Model\Struct::setAttributes PHP Method

setAttributes() public method

Sets the attributes of the struct
public setAttributes ( StructAttribute $structAttributeContainer ) : Struct
$structAttributeContainer WsdlToPhp\PackageGenerator\Container\Model\StructAttribute
return Struct
    public function setAttributes(StructAttributeContainer $structAttributeContainer)
    {
        $this->attributes = $structAttributeContainer;
        return $this;
    }