Api\StructType\ApiItem::setAny PHP 메소드

setAny() 공개 메소드

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