PHP 클래스 Neos\Flow\Tests\Reflection\Fixture\Model\Entity

파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$someBoolean boolean
$someDate DateTime
$someFloat float
$someIdentifier string An identity property
$someInteger integer
$someSplObjectStorage SplObjectStorage
$someString string Just a normal string
$someTransientString string A transient string

공개 메소드들

메소드 설명
__construct ( ) Just an empty constructor
someDummyMethod ( ) : void Just a dummy method

메소드 상세

__construct() 공개 메소드

Just an empty constructor
public __construct ( )

someDummyMethod() 공개 메소드

Just a dummy method
public someDummyMethod ( ) : void
리턴 void

프로퍼티 상세

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

protected bool $someBoolean
리턴 boolean

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

protected DateTime $someDate
리턴 DateTime

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

protected float $someFloat
리턴 float

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

An identity property
protected string $someIdentifier
리턴 string

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

protected int $someInteger
리턴 integer

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

protected SplObjectStorage $someSplObjectStorage
리턴 SplObjectStorage

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

Just a normal string
protected string $someString
리턴 string

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

A transient string
protected string $someTransientString
리턴 string