PHP Class Scalr\Tests\Fixtures\Model\Entity\TestEntity2

Author: N.V.
Inheritance: extends Scalr\Model\AbstractEntity
Afficher le fichier Open project: scalr/scalr Class Usage Examples

Méthodes publiques

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

Protected Properties

Свойство Type Description
$_settings Scalr\Model\Collections\SettingsCollection Entity properties

Méthodes publiques

Méthode Description
__get ( string $name ) : mixed Magic getter.
save ( )

Method Details

__get() public méthode

Gets the values of the fields that require initialization.
public __get ( string $name ) : mixed
$name string Name of property that is accessed
Résultat mixed Returns property value

save() public méthode

See also: AbstractEntity::save()
public save ( )

Property Details

$_settings protected_oe property

Entity properties
protected SettingsCollection,Scalr\Model\Collections $_settings
Résultat Scalr\Model\Collections\SettingsCollection

$data public_oe property

public string $data
Résultat string

$id public_oe property

public int $id
Résultat integer