BeSimpleSoap/Tests/fixtures/ServiceBinding/FooRecursive.php

9 lines
109 B
PHP
Raw Normal View History

2011-09-13 21:34:39 +02:00
<?php
namespace BeSimple\SoapBundle\Tests\fixtures\ServiceBinding;
class FooRecursive
{
public $bar;
}