Stevemo\Cpanel\Permission\Repo\Permission::setNameAttribute PHP Method

setNameAttribute() public method

Mutator for Module name
Author: Steve Montambeault
public setNameAttribute ( string $value ) : void
$value string
return void
    public function setNameAttribute($value)
    {
        $this->attributes['name'] = ucfirst($value);
    }