PHP Class Scalr\Model\Entity\Account\Team

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

Public Properties

Property 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

Public Methods

Method Description
delete ( )

Method Details

delete() public method

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

Property Details

$accountId public property

Identifier of the account which Team corresponds to
public int $accountId
return integer

$accountRoleId public property

Default Acl role for Team users
public string $accountRoleId
return string

$description public property

The description of the Team
public string $description
return string

$id public property

The identifier of the Team
public int $id
return integer

$name public property

The name of the Team
public string $name
return string