PHP Class Neos\Flow\Tests\Reflection\Fixture\Model\Entity

Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$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

Méthodes publiques

Méthode Description
__construct ( ) Just an empty constructor
someDummyMethod ( ) : void Just a dummy method

Method Details

__construct() public méthode

Just an empty constructor
public __construct ( )

someDummyMethod() public méthode

Just a dummy method
public someDummyMethod ( ) : void
Résultat void

Property Details

$someBoolean protected_oe property

protected bool $someBoolean
Résultat boolean

$someDate protected_oe property

protected DateTime $someDate
Résultat DateTime

$someFloat protected_oe property

protected float $someFloat
Résultat float

$someIdentifier protected_oe property

An identity property
protected string $someIdentifier
Résultat string

$someInteger protected_oe property

protected int $someInteger
Résultat integer

$someSplObjectStorage protected_oe property

protected SplObjectStorage $someSplObjectStorage
Résultat SplObjectStorage

$someString protected_oe property

Just a normal string
protected string $someString
Résultat string

$someTransientString protected_oe property

A transient string
protected string $someTransientString
Résultat string