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

Show file Open project: symfony/symfony

Protected Properties

Property Type Description
$bar
$foo

Public Methods

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

Method Details

__construct() public method

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

getBar() public method

public getBar ( )

getFoo() public method

public getFoo ( )

otherMethod() public method

public otherMethod ( )

Property Details

$bar protected property

protected $bar

$foo protected property

protected $foo