addStructMethodsSetAndGet() protected method

protected addStructMethodsSetAndGet ( Method $methods ) : Struct
$methods WsdlToPhp\PackageGenerator\Container\PhpElement\Method
return Struct
コード例 #1
0
 /**
  * @see \WsdlToPhp\PackageGenerator\File\Struct::addStructMethodsSetAndGet()
  */
 public function addStructMethodsSetAndGet(MethodContainer $methods)
 {
     parent::addStructMethodsSetAndGet($methods);
     $this->addArrayMethodCurrent($methods)->addArrayMethodItem($methods)->addArrayMethodFirst($methods)->addArrayMethodLast($methods)->addArrayMethodOffsetGet($methods)->addArrayMethodAdd($methods)->addArrayMethodGetAttributeName($methods);
     return $this;
 }