PHP Class Neos\Fusion\Tests\Functional\TypoScriptObjects\Fixtures\Model\TestModel

Inheritance: implements Neos\Cache\CacheAwareInterface
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$counter integer
$id string
$value string

Public Methods

Method Description
__construct ( $id, $value )
getCacheEntryIdentifier ( ) : string
getCounter ( ) : integer Increment and get counter
getId ( ) : string
getValue ( ) : string
setValue ( string $value )

Method Details

__construct() public method

public __construct ( $id, $value )

getCacheEntryIdentifier() public method

public getCacheEntryIdentifier ( ) : string
return string

getCounter() public method

Increment and get counter
public getCounter ( ) : integer
return integer

getId() public method

public getId ( ) : string
return string

getValue() public method

public getValue ( ) : string
return string

setValue() public method

public setValue ( string $value )
$value string

Property Details

$counter protected property

protected int $counter
return integer

$id protected property

protected string $id
return string

$value protected property

protected string $value
return string