BeSimpleSoap/Tests/ServiceBinding/fixtures/Attributes.php
2013-02-20 16:25:08 +01:00

11 lines
125 B
PHP

<?php
namespace BeSimple\SoapBundle\Tests\ServiceBinding\fixtures;
class Attributes
{
public $foo;
public $bar;
}