PHP Class Scalr\Model\Entity\Account\Team

Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Model\AbstractEntity
Afficher le fichier Open project: scalr/scalr Class Usage Examples

Méthodes publiques

Свойство Type Description
$accountId integer Identifier of the account which Team corresponds to
$accountRoleId string Default Acl role for Team users
$description string The description of the Team
$id integer The identifier of the Team
$name string The name of the Team

Méthodes publiques

Méthode Description
delete ( )

Method Details

delete() public méthode

See also: AbstractEntity::delete()
public delete ( )

Property Details

$accountId public_oe property

Identifier of the account which Team corresponds to
public int $accountId
Résultat integer

$accountRoleId public_oe property

Default Acl role for Team users
public string $accountRoleId
Résultat string

$description public_oe property

The description of the Team
public string $description
Résultat string

$id public_oe property

The identifier of the Team
public int $id
Résultat integer

$name public_oe property

The name of the Team
public string $name
Résultat string