PHP Classes

File: tests/resources/PhpInterfaceTest_SimpleToString.php

Recommend this page to a friend!
  Classes of WsdlToPhp   PHP Code Generator   tests/resources/PhpInterfaceTest_SimpleToString.php   Download  
File: tests/resources/PhpInterfaceTest_SimpleToString.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: PHP Code Generator
Generate PHP code elements programatically
Author: By
Last change:
Date: 8 years ago
Size: 567 bytes
 

Contents

Class file image Download
interface Foo extends stdClass
{
    /**
     * @var string
     */
    const FOO = 'theValue';
    /**
     * @var string
     */
    const BAR = 'theOtherValue';
    /**
     * @var int
     */
    /**
     * @var bool
     */
    /**
     * This method is very useful
     * @date 2012-03-01
     * @return mixed
     */
    public function getMyValue($asString = true, $unusedParameter);
    /**
     * This method is very useless
     * @date 2012-03-01
     * @return void
     */
    public function uselessMethod($uselessParameter = null, $unusedParameter);
}