PHP Class Scalr\Model\Entity\SettingEntity

Since: 5.0 (30.05.2014)
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Model\Entity\AbstractSettingEntity
Mostrar archivo Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$id string The unique identifier of the record
$value string The data

Public Methods

Method Description
increase ( $name ) Increase count for event

Method Details

increase() public static method

Increase count for event
public static increase ( $name )
$name

Property Details

$id public_oe property

The unique identifier of the record
public string $id
return string

$value public_oe property

The data
public string $value
return string