PHP 클래스 Scalr\Model\Entity\Account\User\UserSetting

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

공개 프로퍼티들

프로퍼티 타입 설명
$name string The name of the setting
$userId integer It references to the user.id column.
$value string The value of the setting

공개 메소드들

메소드 설명
__construct ( string $userId = null, string $name = null, string $value = null ) Constructor

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $userId = null, string $name = null, string $value = null )
$userId string optional The identifier of the user
$name string optional The name of the setting
$value string optional The value of the setting

프로퍼티 상세

$name 공개적으로 프로퍼티

The name of the setting
public string $name
리턴 string

$userId 공개적으로 프로퍼티

It references to the user.id column.
public int $userId
리턴 integer

$value 공개적으로 프로퍼티

The value of the setting
public string $value
리턴 string