app\models\Fragment::getDescriptionForEvent PHP Method

getDescriptionForEvent() public method

public getDescriptionForEvent ( string $eventName ) : string
$eventName string
return string
    public function getDescriptionForEvent(string $eventName) : string
    {
        $link = link_to_action('Back\\FragmentController@edit', $this->fullName, [$this->id]);
        return "Fragment '{$link}' werd bijgewerkt";
    }