PHP Classes

File: tests/Fixtures/DataProvider/TestElementWithMinOccurrences.php

Recommend this page to a friend!
  Classes of Protung Dragos   PHP WSDL Generator   tests/Fixtures/DataProvider/TestElementWithMinOccurrences.php   Download  
File: tests/Fixtures/DataProvider/TestElementWithMinOccurrences.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/TestElementWithMinOccurrences.php
Date: 2 months ago
Size: 226 bytes
 

Contents

Class file image Download
<?php

namespace PHP2WSDL\Test\Fixtures\DataProvider;

class
TestElementWithMinOccurrences {

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

    }
}