PHP Classes

File: tests/Fixtures/DataProvider/TestElementWithMinAndMaxOccurrencesOfOne.php

Recommend this page to a friend!
  Classes of Protung Dragos   PHP WSDL Generator   tests/Fixtures/DataProvider/TestElementWithMinAndMaxOccurrencesOfOne.php   Download  
File: tests/Fixtures/DataProvider/TestElementWithMinAndMaxOccurrencesOfOne.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP WSDL Generator
Generate WSDL from PHP classes code
Author: By
Last change: Update of tests/Fixtures/DataProvider/TestElementWithMinAndMaxOccurrencesOfOne.php
Date: 3 months ago
Size: 245 bytes
 

Contents

Class file image Download
<?php

namespace PHP2WSDL\Test\Fixtures\DataProvider;

class
TestElementWithMinAndMaxOccurrencesOfOne {

   
/**
     * @param \PHP2WSDL\Test\Stub\MinMaxOccurrencesOfOne $object Input.
     */
   
public function inputObject($object) {

    }
}