Beispiel #1
0
 /**
  * @see \WsdlToPhp\PhpGenerator\Element\AbstractElement::toString()
  * @param int $indentation
  * @return string
  */
 public function toString($indentation = null)
 {
     return sprintf('%s%s', parent::toString($indentation), self::BREAK_LINE_CHAR);
 }