App\Models\Access\Role\Traits\Attribute\RoleAttribute::getActionButtonsAttribute PHP Méthode

getActionButtonsAttribute() public méthode

public getActionButtonsAttribute ( ) : string
Résultat string
    public function getActionButtonsAttribute()
    {
        return $this->getEditButtonAttribute() . $this->getDeleteButtonAttribute();
    }