PHP Класс Scalr\Model\Entity\Account\User\UserSetting

С версии: 5.4.0 (23.02.2015)
Автор: Vitaliy Demidov ([email protected])
Наследование: extends Scalr\Model\Entity\AbstractSettingEntity
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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