PHP Class Symfony\Component\Serializer\Tests\Normalizer\ObjectConstructorOptionalArgsDummy

Show file Open project: symfony/symfony

Public Properties

Property Type Description
$bar

Protected Properties

Property Type Description
$foo

Public Methods

Method Description
__construct ( $foo, $bar = [], $baz = [] )
getBaz ( )
getFoo ( )
otherMethod ( )

Method Details

__construct() public method

public __construct ( $foo, $bar = [], $baz = [] )

getBaz() public method

public getBaz ( )

getFoo() public method

public getFoo ( )

otherMethod() public method

public otherMethod ( )

Property Details

$bar public property

public $bar

$foo protected property

protected $foo