app\models\Fragment::getDescriptionForEvent PHP Méthode

getDescriptionForEvent() public méthode

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