Pop\Auth\Role::__construct PHP Метод

__construct() публичный Метод

Instantiate the role object
public __construct ( string $name ) : Role
$name string
Результат Role
    public function __construct($name)
    {
        $this->name = $name;
    }