Api\StructType\ApiItem::setAny PHP Method

setAny() public method

Set any value
public setAny ( DOMDocument $any = null ) : ApiItem
$any DOMDocument
return ApiItem
    public function setAny(\DOMDocument $any = null)
    {
        $this->any = $any;
        return $this;
    }