PHP 클래스 Neos\Fusion\Tests\Functional\TypoScriptObjects\Fixtures\Model\TestModel

상속: implements Neos\Cache\CacheAwareInterface
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$counter integer
$id string
$value string

공개 메소드들

메소드 설명
__construct ( $id, $value )
getCacheEntryIdentifier ( ) : string
getCounter ( ) : integer Increment and get counter
getId ( ) : string
getValue ( ) : string
setValue ( string $value )

메소드 상세

__construct() 공개 메소드

public __construct ( $id, $value )

getCacheEntryIdentifier() 공개 메소드

public getCacheEntryIdentifier ( ) : string
리턴 string

getCounter() 공개 메소드

Increment and get counter
public getCounter ( ) : integer
리턴 integer

getId() 공개 메소드

public getId ( ) : string
리턴 string

getValue() 공개 메소드

public getValue ( ) : string
리턴 string

setValue() 공개 메소드

public setValue ( string $value )
$value string

프로퍼티 상세

$counter 보호되어 있는 프로퍼티

protected int $counter
리턴 integer

$id 보호되어 있는 프로퍼티

protected string $id
리턴 string

$value 보호되어 있는 프로퍼티

protected string $value
리턴 string