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

Inheritance: implements Neos\Cache\CacheAwareInterface
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$counter integer
$id string
$value string

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( $id, $value )

getCacheEntryIdentifier() public méthode

public getCacheEntryIdentifier ( ) : string
Résultat string

getCounter() public méthode

Increment and get counter
public getCounter ( ) : integer
Résultat integer

getId() public méthode

public getId ( ) : string
Résultat string

getValue() public méthode

public getValue ( ) : string
Résultat string

setValue() public méthode

public setValue ( string $value )
$value string

Property Details

$counter protected_oe property

protected int $counter
Résultat integer

$id protected_oe property

protected string $id
Résultat string

$value protected_oe property

protected string $value
Résultat string