PHP Class ManaPHP\Authorization\Rbac\Models\Role

Inheritance: extends ManaPHP\Mvc\Model
Show file Open project: manaphp/manaphp

Public Properties

Property Type Description
$created_time integer
$description string
$enabled integer
$role_id integer
$role_name string

Public Methods

Method Description
getSource ( ) : string

Method Details

getSource() public method

public getSource ( ) : string
return string

Property Details

$created_time public property

public int $created_time
return integer

$description public property

public string $description
return string

$enabled public property

public int $enabled
return integer

$role_id public property

public int $role_id
return integer

$role_name public property

public string $role_name
return string