PHP 클래스 Scalr\Model\Entity\SettingEntity

부터: 5.0 (30.05.2014)
저자: Vitaliy Demidov ([email protected])
상속: extends Scalr\Model\Entity\AbstractSettingEntity
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$id string The unique identifier of the record
$value string The data

공개 메소드들

메소드 설명
increase ( $name ) Increase count for event

메소드 상세

increase() 공개 정적인 메소드

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

프로퍼티 상세

$id 공개적으로 프로퍼티

The unique identifier of the record
public string $id
리턴 string

$value 공개적으로 프로퍼티

The data
public string $value
리턴 string