PHP Class Nelmio\Alice\Entity\DummyWithGetter

Show file Open project: nelmio/alice

Public Properties

Property Type Description
$fooVal

Public Methods

Method Description
getFoo ( ) : string
setFoo ( string $foo )

Method Details

getFoo() public method

public getFoo ( ) : string
return string

setFoo() public method

public setFoo ( string $foo )
$foo string

Property Details

$fooVal public property

public $fooVal